@charset "utf-8";
/* CSS Document */

body{
	
		width: 100%;
		margin:auto;
		padding: 0;
		background-color: #FFC;
		
		color: #333;
	
}

#content{
	display:inline-block;
	margin:auto;
	
}


#header{
	top: 0px;
	position:fixed;
	width:100%;
	background-color: #333;
	margin:0;
	padding:0;
	height: 90px;
	z-index: 6;
	color:#6F0;
	
	
}
#header h2{
	display: inline-block;
	position: fixed;
	right: 20%;
	top: 5px;
	
}

#nav {
	display: inline-block;
	width: auto;
	position:fixed;
	top: 30px;
	margin-right:20%;
	margin-left:20%;
	z-index:7;

}

.center {
	width: 80%;
	/*display: inline-block;*/
	position:relative;
	margin-right:10%;
	margin-left:10%;
	padding:100px;
	
    	
}



/////////////FOOTER/////////////////////
#footerDiv{
}
#footer{
	
	position: fixed;
	margin: auto;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	background-color: #333;
	z-index: 6;
}




#footer p{
	text-align:center;
	
	
}

#footer a{
	color:#FFF;	
}

#footer a:visited{
	color:#CCC;
}	
/////////////////////////////////////