*
{
    font-family:Arial,Helvetica,Tahoma;
    font-size:10pt;
	color: #333;
    margin:0px;
    padding:0px;
}
#main_container
{
    width: 800px;
    height: 600px;
    position:absolute;
    padding: 00px;
    top: 50%;
	margin-top:-300px;
	left: 50%;
	margin-left: -400px;
}
#logo
{
    background-image:url('../images/oe_logo_w_text.png');
    background-repeat: no-repeat;
	height:185px;
	width:800px;
}
#copy_notice
{
	width:800px;
	text-align:center;
	font-size:8pt;
}
.info_box
{
    background-image:url('../images/infobox_bg.png');
    background-repeat: no-repeat;
	width:232px;
	height:394px;
	float:left;
	border: 1px solid #fff;
	margin-left:25px;
}
.info_box_forums
{
    background-image:url('../images/infobox_bg_forums.png');
    background-repeat: no-repeat;
	cursor:pointer;
}
.info_box:hover
{
	border: 1px solid #aaa;	
}
.pad10
{
	padding:10px;
}
.bottom_border
{
	border-bottom: 1px solid #eee;
}
.overflow
{
	overflow: auto;
	overflow-x: hidden;
	height: 330px;
	width: 211px;
}