html {
	background-image: url(../../images/backTop.gif);
	background-repeat: repeat-x;
	background-color: #000000;
}
#background_bottom {
	background-image: url(images/bg_degradee_bottom_repet_x.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#conteiner {
	position:relative;
	width: 998px;
	margin:0 auto;
}
#header {
	background-image: url(images/bg_header.jpg);
	height: 140px;
	width: 896px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#menuTop {
	float: right;
	padding-right: 30px;
}
#menuTop ul {
	padding-top: 11px;
	font-size: 13px;
}
#menuTop li {
	float: left;
	margin-left: 10px;
	color: #000000;
}
#menuTop li a {
	color: #FFFFFF;
}
#menuTop li a:hover {
	color: #D3F5D9;
	text-decoration: none;
}
#logo {
	position:absolute;
	width:282px;
	height: 84px;
	left: 48px;
	top: 50px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}
#logo h1 {
	visibility: hidden;	

}
#banner {
	position:absolute;
	top: 70px;
	left: 630px;
}
#content {
	background-color: #FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
	min-height: 400px;
	*height: 400px;
}
#footer {
	position: relative;
	background-image: url(images/bg_footer.jpg);
	background-repeat: no-repeat;
	width:896px;
	height: 160px;
}
#footerLeft {
	position: absolute;
	height: 50px;
	width: 300px;
	left: 100px;
	top: 100px;
	font-size: 10px;
}
#footerRight {
	position: absolute;
	height: 50px;
	width: 300px;
	left: 550px;
	top: 100px;
	font-size: 10px;
}
#menuBotton {
	position:relative;
	float:left;
}
#menuBotton ul{
	padding-top: 45px;
	padding-left: 200px;
	font-size: 13px;
}
#menuBotton li{
	float: left;
	margin-right: 10px;
	color:#666666;
}
#menuBotton li a {
	color: #666666;	
}
#menuBotton li a:hover {
	color: #000000;
	text-decoration: none;	
}


