body
{
	margin:0;
	padding:0;
	background:#192235 url('background.jpg') no-repeat top center;
	color:#bedcf5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.875em;
}

div{margin:0; padding:0;}

a {	
	outline: none;
	text-decoration:none;
	color:#5f9bec
}

hr {
	color:#5f9bec
}

a:hover{ color:#cc8ffb }

.header
{
	position:absolute;
	top:0px;
	width:100%;
	/*right:50%;
	float:center;*/
}

.main
{
	position:absolute;
	top:235px;
	//width:900px;
	margin-left:50%;
}

.header div
{
	text-align:center;
	width:100%;
}

.mainback
{
	margin-left:-390px;
}

.sp
{
	position:absolute;
	top:220px;
	margin-left:50%;
}

.spback
{
	margin-left:195px;
}

.center
{
	margin-left:auto;
	margin-right:auto;
	width:900px;
	text-align:left;
}

.mainpanel
{
	width:621px;
}

.phead
{
	width:621px;
	height:42px;
	background: url('phead.png') no-repeat;
}

.pfoot
{
	width:621px;
	height:61px;
	background: url('pfoot.png') no-repeat;
}

.panel
{
	width:550px;
	background: url('wide.png') repeat-y;
	padding:1px 30px 0px 30px;
	margin-top:-20px;
}

.sidepanel
{
	margin: 28px 0px 0px 50px;
	width: 140px;
	height: 255px;
	background: url('sidebar.png');
	float: left;
}

.preload
{
	position:absolute;
	visibility:hidden;
}

.button
{
	margin:18px 16px -7px;
	width:109px;
	height:34px;
}

.button:hover{ background: url('buttono.png'); }

.small{font-size:0.6em}
.large{font-size:1.3em}
	