body {

	margin: 100px auto 100px auto;
	padding: 0px;
	background: #000000;
	font: 10pt Arial;
	color: #FFFFFF;
	a-hover: #FFFFFF;
	width: 700px;

}


a:link, a:visited {

	color: #FFFFFF;

}


a:hover {

	color: #0000FF;

}


#main {

	width: 100%;
	height: 100%;
	background-color: #000000;
	border-width: 0px;

}


#content { 	

	position: absolute;
  	height: 270px;
	width: 700px;
  	margin: -160px 0px 0px 0px;
	top: 50%;
	left: auto;
	padding: 0px;
	background-color: #000000;
	overflow: auto;

}	


#bottom {

	width: 70%;
	position: fixed;
	left: 15%;
	bottom: 100px;
	right: 15%;

}

