﻿/* initializations */

html { overflow: auto }

body 
{
	font-size: 100.01%; 
	line-height: 100.01%; 
	font-family: Arial, Geneva, Helvetica, sans-serif; 
	color: #000; 
	background-color: #C4C6C8; 
	margin: 0; 
	padding: 0 
} 
a
{
	color: #000099;
	text-decoration:none;
}
#center
{
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
	overflow: visible;
}

#main 
{
	position: absolute; 
	left: 50%; 
	margin-left: -360px; 
	padding: 0; 
	text-align: left; 
	width: 790px; 
	background-color: #fff; 
	top: -200px;
	border-right: #ffff00 thick solid;
	border-top: #ffff00 thick solid;
	border-left: #ffff00 thick solid;
	border-bottom: #ffff00 thick solid;
}
#splash
{
	position: absolute;
	top: 102px;
	left:-5px;
	border-right: #ffff00 thick solid;
	border-left: #ffff00 thick solid;
	border-bottom: #ffff00 thick solid;
}
#copyright
{
	position:relative;
	bottom:-280px;
	margin:0 auto;
	text-align:center;
	font-size:10px;
}

