/* CSS Document */
*{
 margin:0;
 padding:0;
 }
html{
 height:100%;
 } 
body{
 height:100%;
 background-color:#111;
 color:#f1f1f1;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 position:relative;
 }
#logotype{
	position:absolute;
	top:10px;
	left:10px;
	z-index:100;
	}
#topLayer{
position:absolute;
top:220px;
right:250px;
background-color:#fff;
padding:10px;
z-index:200;
width:200px;
height:140px;
}
#topLayer2{
position:absolute;
top:150px;
right:250px;
background:#f00 url(../design_img/topLayerBg.jpg) 330px 0px no-repeat;
/*background-color:#f00;*/
padding:20px;
z-index:200;
width:400px;
height:20px;
}
#topLayer h1{
text-transform:uppercase;
font-size:12px;
margin-bottom:20px;
color:#000;
}
#topLayer p{
margin-bottom:10px;
color:#000;
}
#topLayer #close{
	position:absolute;
	top:10px;
	right:-21px;
	display:block;
	width:15px;
	padding:3px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	text-align:center;
	background-color:#fff;
}
#topLayer2 #close{
	position:absolute;
	top:10px;
	right:-21px;
	display:block;
	width:15px;
	padding:3px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	text-align:center;
	background-color:#f00;
}
#topLayer #close:hover{
	background-color:#000;
	color:#fff;
}
#topLayer2 #close:hover{
	background-color:#000;
	color:#fff;
}
#topLayer2 p a{
	color:#fff;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
#topLayer2 p a:hover{
	text-decoration:underline !important;
}
#distance{
 float:left;
 width:1px;
 height:50%;
 margin-bottom:-275px;
 }
#container{
 margin:0 auto;
 width:100%;
 height:550px;
 clear:left;
 position:relative;
 z-index:0;
 }
#screenMode{
 position:absolute;
 top:-25px;
 background-color:#555;
 color:#777;
 display:block;
 width:60px;
 padding:5px;
 text-decoration:none;
 }
#screenMode:hover{
 color:#fff;
 background-color:#555;
 }  
#footer{
 margin:5px 2% 0 2%;
 width:96%;
 text-align:right;
 color:#777;
 position:relative;
 }  
#seeAlso{
	position:absolute;
	top:0;
	left:0;
	}	 
a{
	color:#777;
	background-color:transparent;
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	}		