@charset "utf-8";
/* CSS Document */

body,td,th {
	color: #898989;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.copyright {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
}
#layout {
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -229px; 
	margin-left: -379px; 
	width: 759px;
	height: 459px;
}
#layout_top {
	height: 393px;
	background-image: url(enterPage_bg.jpg);
	background-repeat: none;
}
#layout_bottom{
	height: 66px;
}

.panel {
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -123px; 
	margin-left: -213px; 
	width: 508px;
	height: 287px;

	
	background-image: url(enterPage_popup.jpg);
	background-repeat: no-repeat;
	z-index: 25;
	display: none;
}

#panel_wrap {
	margin: 30px 30px 30px 30px;
	color: #555555;
	height: 227px;
	overflow: auto;
	overflow-x: hidden;
}

#about {
	
}

#rates {

}

#btnClose {

}