body, html {
	margin:0 auto;
	text-align:center;
}

#container1 {
	min-height:60%;
	margin:0 auto;
	background-attachment: fixed;
	background-image: url(../images/fon.jpg);
	width: 90%;
	background-repeat: no-repeat;
	background-position: center center;
}


#container {
	width:85%;
	margin:0 auto;
	text-align:center;
	vertical-align: middle;
}

#header1 {
	height:30px;
}

#header {
	
	height:130px;
	background-image: url(../images/1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
}


#left {
	min-height:90%;
	width:20%;
	background-color: #FFFFFF;
	float:right;
}

#center {
	min-height:90%;
	width:58%;
	background-color: #FFFFFF;
	margin-left: 21%;
	margin-right:21%;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
}

#right {
	min-height:90%;
	width:20%;
	background-color: #FFFFFF;
	float:left;
}

#footer {
	background-image: url(../images/4.jpg);
	height: 100px;
	text-align:center;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
}
#image {
	width:58%;
	margin-left: 21%;
	margin-right:21%;
	background-color: #FFFFFF;
}
#clear {
height:0;
font-size:1px;
line-height:0px;
clear:both;
}
