html, body {
	margin:0;
	padding:0;
	border:0;
	background:#fff;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	/*height:100%;	*/
}
.fleft{
	float:left;
}
.fright{
	float:right;
}
a{
	outline:none;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.acenter{
	text-align:center;
}
.pixblok{
	 margin:0;
	 padding:0;
	 width:500px;
	 list-style:none;
}
.pixblok li{
    width:130px;
	 height:99px;
	 float:left;
	 padding-bottom:23px;
	 padding-right:6px
}
.pixblok li a{
    margin:2px;
	 padding:0;
	 width:126px;
	 height:95px;
	 background:no-repeat;
	 float:left
}

#content {
	width: 770px;
	margin: 0 auto;
	background: url(../img/main.jpg) bottom center no-repeat;
	height:598px;
	padding:0
}
#right {
	background: url(../img/bgright.gif) top repeat-x;
}
#left {
	background: url(../img/bgleft.gif) top repeat-x;
}
#contacts {
	width: 770px;
	height:233px;
	background: url(../img/bgfooter.jpg) center top no-repeat;
	vertical-align:top;
	margin:0;
	padding:0
}
#footer {
	background: url(../img/bgright.gif) bottom repeat-x;
}
#header {
	background: url(../img/bgtop2.gif) center top no-repeat;
	width: 814px;
	height: 172px;
	margin: 0 auto;
}
#header .logo{
	margin: 27px 0 0 61px;
}















