/* CSS Document */
html, body {
	height: 100%;
	padding: 0;
	margin:0;
	background-image:url(../gfx/bg.jpg);
}

body {
	background-color:#070c14;
	display: table;
	width: 100%;
	margin: 0 auto;
	font: normal 100% sans-serif;
}
		
#wrapper {
	display: table-cell;
	vertical-align: middle;
}

#cell {
	height: 727px;
	width: 100%;
}

#content
{
	position: relative;
	width: 635px;
	margin: auto;
	height: 100%;
	background-image:url(../gfx/wait.gif);
/*	border: 1px solid black;	*/
}
	
#top {display:block; width:635px; height:270px; background-image:url(../gfx/top.jpg); }
#middle {display:block; width:635px; height:82px; background-image:url(../gfx/middle.jpg); }
#bottom {display:block; width:635px; height:375px; background-image:url(../gfx/bottom.jpg); }
a.mail {position:relative; background:url(../gfx/mail.gif); background-position: 0 0; display:block; width:94px; height:12px; left:535px; top:30px; overflow:hidden}
a.mail:hover {position:relative; background-position:0 -12px;  display:block; }

ul.arrow {position:relative; margin:0; left:130px; float:right;}
ul.arrow li {text-align:right; list-style-type:none;display:block; width:300px; clear:both;}
ul.arrow li a {float:left; display:block; width:150px; position:relative; background-color: #090d15; /* background-image:url(../gfx/bg.jpg); */color: #646464; text-decoration:none; font-family: Tahoma,Verdana,Arial; padding: 5px; border-top: 1px solid #171b22}