html,body { 
		margin:0px;
	    color:#FFF;
 		background-color:#000; 
 		font-family: tahoma;
		line-height:11px;
        font-size: 11px;     
        position: relative; 
        height: 100%; 
        padding: 0px;          
        overflow: hidden;
}
a, a:link {		
		color: #a9a9a9;
		text-decoration: none;
}
#logo{
	text-align:center;
	margin-bottom:22px;
}
img {	
		border: 0px;
}
.menu {
		text-align:left;
		width:125px;
		float:left;
		color: #a9a9a9;
}
a.m1:hover {color: #32673b;}
a.m2:hover {color: #c1622a;}
a.m3:hover {color: #a661a4;}	
a.m4:hover {color: #129eaf;}	
a.m5:hover {color: #e2d56c;}	
a.m6:hover {color: #999999;}	
a.m7:hover {color: #7d9ccc;}	
a.m8:hover {color: #ffffff;}	

#outt {
	width: 100%; 
	height: 100%;
	margin: 0 auto;
	padding:0px;
	overflow: visible; 
	position: relative;
}
#outt[id] {display: table; position: static;}
#midd {
	width: 100%; 
	position: absolute;
	margin: 0 auto;
	padding:0px;
	top: 50%;
}
#midd[id] {display: table-cell; vertical-align: middle; position: static;}
#inn {
	top: -50%;
	text-align: center; 
	margin: 0 auto;
	width: 1000px; 
	position: relative; 			
	padding-bottom: 0px;
}
#inn[id] {position: static;} 