body, html {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 11px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: Black;
}


a:link		{ color: #ffffff; text-decoration: none; }
a:visited	{ color: #ffffff; text-decoration: none; }
a:hover		{ color: #ffffff; text-decoration: underline; }
a:active 	{ color: #ffffff; text-decoration: underline; }

:focus {
   overflow: hidden;
   outline-style: none;
	-moz-outline-style: none;
}
select:focus {
   overflow: hidden;
}
embed:focus {
   overflow: hidden;
}

.main{
	z-index:0;
	position: absolute;
	top: 50%;
	left: 50%;
}


#mainbg{
	z-index:1;	
	position: absolute;
	width:1900px;
	height:1600px;
	top: -800px;
	left: -950px;
	background-image:url(i/bg.jpg);
	background-repeat:no-repeat;
}

#center{
	z-index:2;
	position:relative;
	left:-88px;
	top:-80px;
	text-align:center;
}
