body
{
	color: #FFFFFF;
	background: #000000;
	font: verdana, sans-serif;
	margin: 0px;
}

img
{
	border-style: none;
}

div.left
{
	text-align: left;
}

div.right
{
	text-align: right;
}

div.center
{
	text-align: center;
}

#topside
{
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	padding: 0px;
	background: #000000;
	background-image: url(img/top.png);
	background-repeat: horizontal;
	text-align: center;
}

#leftside
{
	position: absolute;
	width: 50%;
	top: 155px;
	left: 0px;
	min-height: 535px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 120px;
	padding-bottom: 5px;
	background: #000000;
	background-image: url(img/lcl_panel.png);
	background-repeat: no-repeat;
	text-align: center;
}

#rightside
{
	position: absolute;
	width: 50%;
	top: 155px;
	right: 0px;
	min-height: 372px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #000000;
	background-image: url(img/sgc_panel.png);
	background-repeat: no-repeat;
	background-position: top right;
	text-align: right;
}

#left
{
	position: absolute;
	width: 50%;
	top: 155px;
	left: 0px;
	min-height: 655px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #000000;
	text-align: center;
}

#right
{
	position: absolute;
	width: 50%;
	top: 155px;
	right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #000000;
	text-align: center;
}

A:link {background: #000000; color:#7777FF; font-weight:bold; text-decoration: none;}
A:visited {background: #000000; color:#7777FF; font-weight:bold; text-decoration: none;}
A:active {background: #000000; color:#7777FF; font-weight:bold; text-decoration: none;}
A:hover {background: #000000; color:#00FF00; font-weight:bold; text-decoration: none;}

