/* CSS Document */
body{
  /*overflow: hidden;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
#mainDiv{
text-align: center;
}
#mainDiv h1{display: none;}

#topMailRu img{
position: absolute;
top: -1000px;
left: -1000px;
opacity: 0.05;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=1);
}

#warning{
	position:absolute;
	width:88px;
	height: 100%;
	top: 0;
	left:0;
	z-index: 1000;
	float:left;
}
