body {
	margin: 0;
	padding: 0;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #0669a0;
	background-image : url("rezovo_fon.jpg");
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center -7cm;

	
	color: #03466D;
	text-align: center;
	
}
a {
 color: #03466D;
 font-weight: bold;
 text-decoration: none;
 font-size: 12px;
 }
a:hover {
font-weight: bold;
	color: #03466D;
	text-decoration: underline;
}

#holder {
	background-color: #ffffff;
	height: 780px;
	width: 880px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0871ae;
	background:  url(./images/main.gif) ;
	text-align : left;
	background-position : top;
}
#header {
	height: 156px;
	width: 880px;
	text-align : left;
	background-position : top;
	border: 0px solid #000000;
}
#menu {
	height: 26px;
	width: 880px;
	text-align : left;
	background-position : top;
	border: 0px solid #000000;
}
#photo {
	height: 150px;
	width: 880px;
	text-align : left;
	background-position : top;
	border: 0px solid #000000;
}

#main {
	height: 390px;
	width: 880px;
	text-align : left;
	background-position : top;
	border: 0px solid #000000;
}

#footer {
	height: 50px;
	width: 880px;
	text-align : right;
	background-position : top;
	border: 0px solid #000000;
}