/***** MuDesign.Ru [CSS] *****/

p {
margin:0px;
padding:0px;
line-height:normal;	
}

body,th {
	font-family:Georgia,Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	font-size:13px;
	background-color:#030c15;
	color: #FFFFFF;	
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration:none;
	color: #d37700;
}
a:active {
	text-decoration: none;
	color: #D37700;
}

.menu3 {
	padding-left:70px;
	padding-left:70px;
	margin:0; 
	list-style:none; 
	height:32px; 
	background:#fff url(images/menu_bg.png); 
	position:relative; 
}

/***** Main Tags *****/


.head {
	width:auto;
	height:117px;
	background-image:url(images/head.gif);
	background-repeat:repeat-x;
}


#container {
	width:100%;
	height:auto;
	background-image:url(images/main_bg.gif);
	background-position:center;
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
}


#main {
	width:906px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:192px;
}

.footer {
	width:100%;
	position:relative;
	z-index:5;
	bottom:0;
	height:129px;
	background-image:url(images/footer.png);
}

#conetent{
	width:300px;
	position:relative;
	width:auto;
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:20px;
}
#dess_logo{
	position:relative;
	padding-top:30px;
}
.dess_butt{
	position:fixed;
	background-image:url(images/button_l.png);
	background-repeat:no-repeat;
	margin-top:-225px;
}

.dess_butt-r{
	position:fixed;
	background-image:url(images/button_r.png);
	background-repeat:no-repeat;
	margin-top:-225px;
	margin-left:700px;
}