<style type="text/css">
 
html {
	background: #000
}


body
{
	text-align: center; 
	padding: 0, auto;
	margin: 0;
	background: #000;

	
	font-family: Arial; font-size: 10pt; color: #000

}

#content {
	width: 958px;
	margin: 30px auto; 
	background: #fff; url(images/webtop.jpg)
	border: solid 1px #000;
	padding: 10px;
	}

#buttons {
	align: center;
	}

a:link {text-decoration: none; color:blue;}
a:visited {text-decoration: none; color: blue;}
a:hover {text-decoration: none; color: gray;}
a:active {color: red;text-decoration: none}



</style>
