div,span,table,tr,td,ul,li{
	padding:0px;
	margin:0px;
}
p{
	padding:13px 0;
	margin:0px;
}

body{
	padding:0px;
	margin:0px;
	font-family:Tahoma;
	background:#050505;
	color:#000;
	font-size:14px;
}
.no_border{
	border:none;
}

a{
	color:#8C9D6C;
	font-size:12px;
	font-weight:bold;
}
a:hover{
	color:#aCbD8C;
}

.opened{}
.closed{}

.main{
	width:1000px;
}

.bg{
position: relative;
background: url("/data/images/marinoff/bg.jpg") no-repeat left top;
height:800px;

}

.bn_ru{
background: url("/data/images/marinoff/enter_ru.png") no-repeat left top;
position: absolute;
height:57px;
width:74px;
right:200px;
bottom:179px;
}
.bn_ru:hover{
background: url("/data/images/marinoff/enter_ru_l.png") no-repeat left top;
}

.bn_en{
background: url("/data/images/marinoff/enter_en.png") no-repeat left top;
position: absolute;
height:32px;
width:86px;
right:105px;
bottom:230px;
}
.bn_en:hover{
background: url("/data/images/marinoff/enter_en_l.png") no-repeat left top;
}



