

wrapper{
	width:1000px;
	margin: 0 auto;
}
.navigation{
	width: 100%;
	height: 60px;
	background-color: #ECD0022;
}
.content{
	width: 100%;
	height: 400px;
	background-color: #030303;
}
.footer{
	width: 100%;
	height: 20px;
	background-color: #BCB5B5;
}
p{
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	color:#F8F4F4;
	font-size:18px;
	
	}
