html {margin:0;}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#993300;
	margin:0;
}
img, a img, a {
	border:none;
}
#title {
	position:absolute;
}
#title h1 {
	color:#fff;
	font-size:10px;
	margin:0;
	padding:0;
	font-weight:normal;
}
#enter {
	position:absolute;
	width:100%;
	height:260px;
	top:50%;
	margin-top:-130px;
	overflow:hidden;
}
#enter_left {
	width:50%;
	height:260px;
	float:left;
	margin-left:-225px;
	background: transparent url(images/left_bg.png) repeat-x top left;
}
#enter_center {
	float:left;
	width:450px;
	height:260px;
	
}
#logo {
	height:130px;
}
#enter_button {
	height:130px;
}

#browser {
	clear:both;
	width:500px;
	margin:0 auto;
	text-align: center;
	color:#fff;
	font-size:10px;
}

#info {
	position:absolute;
	width:500px;
	top:110%;
	left:50%;
	margin-left:-250px;
	color:#fff;
	font-size:62.5%;
}
#info h2, #info h3 {
	font-weight:normal;
}
#info a {
	color:#eee;
}



