html, body{ margin: 0; padding: 0; height: 100%; background-color: #4A4A4A;}

body{
	background-color:#000000;
}

#wrapper-horiz {
    position: relative;
    width: 356px;
    height: 100%;
    margin: 0 auto;
	
}

#wrapper-vert{
    position: absolute;
    top: 50%;
    height: 300px;
    width: 100%;
	margin-top:-150px;
}

#logo_wrapper{

}

#logo{
	margin: 0 auto;
	width:356px;
	height:250px;
	background:url(../images/dat_logo1.jpg) no-repeat;
	margin-bottom:10px;
}

#lang_ru, #lang_en, #sorry{
	color:#cccccc;
	font-family:Arial;
	font-weight: 300;
	font-size:14px;	
}

#lang_ru a, #lang_en a, #sorry a{
	text-decoration:none;
	color:#cccccc;
}

#lang_ru a:hover, #lang_en a:hover, #sorry a:hover{
	color:#990000;
	border-top: 2px solid;
	border-bottom: 2px solid;
	display:block;
}

#lang_ru{
float:right;
}
#lang_en{
float:left;
}

#sorry{
text-align:center;
}


#text{
	text-align:center;
	color:#cccccc;
	font-family:Arial;
	font-size:12px;	
	font-weight:normal;
	margin-bottom:20px;
}