/* CSS Document */

* 
{
    margin: 0;
    padding: 0;
	border: 0;
}

body
{
	width: 1100px;
	background-color: #ffffff;
	left: 0px;
	top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height:12.5px;
}

body a
{
   font-style: normal;
   font-weight: normal;
   color: #000000;
   text-decoration: none;
}

body a:hover
{
	text-decoration: underline;
}


#content
{
	position: absolute;
	width: 1100px;
	margin-left: -550px;
	left: 50%;
	height: 718px;
	margin-top: -359px; 
	top: 50%;
}



.clear
{
	clear: both;
}