
#container{
	background:url(../img/fon10.jpg) no-repeat;
	height:100%;
	width:100%;
}
#header{
	
	width:100%;
	height:20%;
}
#header H1{
	text-align:center;
	color:white;
	margin-top:-80px;
	font-size:45px;
}
#header p{
	text-align:center;
	color:white;
	font-size:25px;
	margin-top:-20px;
}
#content{
	width:80%;
	height:70%;
	
	margin-left:250px;
	
}
#footer{
	width:100%;
	height:10%;
	
}