div.left
{
	position: absolute;
    width: 192px;
    margin-top: 10px;
}

div.main
{
	position: absolute;
	width: 800px;
    margin-left: 240px;
    margin-top: 10px;
}

div.bottom
{
	position: absolute;
	margin-left: 40%;
	margin-top: 50%;
}

body
{
	background-color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #C0C0C0; /*font-color*/
}

img { border: 0 }

table { border: 0 }

a:link { color: #99CCFF; text-decoration: none; }
a:visited {	color: #99CCFF;	text-decoration: none; }
a:hover { text-decoration: underline overline; color: #FFFFFF; }
a:active { text-decoration: none; }
