body
{
	scrollbar-base-color: #9E9E9E;
	scrollbar-arrow-color: #000000;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border-style: none;
	background-color: #FFFFFF;
}

#line
{
	position:absolute;
	left: +0px;
	top: 50%;
	width: 100%;
	height: 9px;
	background-color: #FFFFFF;
	background-image: url('line.gif');
	background-repeat: repeat-x;
}

#logo
{
	position: absolute;
	left: 50%;
	margin-left: -57px;
	top: 50%;
	margin-top: -28px;
	width: 115px;
	height: 49px;
	background-image: url('logo.jpg');
}

#text
{
	position: absolute;
	left: 50%;
	margin-left: -110px;
	top: 50%;
	margin-top: +10px;
	width: 220px;
	height: 12px;
}

#error
{
	position: absolute;
	left: 50%;
	margin-left: -280px;
	top: 50%;
	margin-top: -80px;
	width: 560px;
	height: 12px;
	font-size:14px;
}

.small
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

p { margin-top: 7px; margin-bottom: 7px; }



