* {
	font-family: Arial;
	font-size: 14px;
	color: #e1e1e1;
	line-height: 20px;
	margin:0px;
	padding:0px;
}

body {	
	width: 100%;
	height: 100%;
	background:#00060a;
	text-align:center;
} 

a { 
	font-size: 14px;
	text-decoration: underline;
}
a:hover {
	text-decoration:none;
}


#center {
	width: 955px;
	margin: 0 auto;
	text-align: left;
}
#top {
	
}
#top_left, #top_right {
	display:inline;
}	

#menu {
	width:957px;
	text-align:left;
	margin:2px 0 0 3px;
	text-align:left;
	clear:both;
	height:50px;
}
	
#menu a, #menu div  {
	display: block;
	background:url(img/menu_a.gif) no-repeat;
	width:188px;
	height:46px;
	float:left;
	margin-right:2px;
	padding: 25px 0 0 0;
	color:#fff;
	text-align:center;
	text-decoration: none;
}
* html #menu {
	margin:0px 0 0 3.8px;
}

* html #menu a {
	margin-right:2.9px;
}
#menu a:hover {
	background:url(img/menu_hover.gif) no-repeat;
	color:#000;
}
#menu div {
	background:url(img/menu_hover.gif) no-repeat;
	color:#000;
}


#content {
	width:100%;
	}
	
#content .title {
	margin-top:60px;
	font-size:24px;
}
	
* html #content .title {
	margin-top:20px;
	font-size:24px;
}

#footer {
	width:955px;
	height:130px;
	margin-top:30px;
	background: url(img/bottom.gif) no-repeat;
}

#footer .scorp {
	float:left;
	padding-top:50px;
	padding-left:50px;
	color:#a1a2a3;
	font-size:11px;
	}
	
#footer .md {
	float:right;
	padding-top:50px;
	padding-right:50px;
	color:#a1a2a3;
	font-size:11px;
	}

#footer .md a {
	color:#a1a2a3;
	font-size:11px;
	}
