@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	margin: 0;
	padding:0;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
	
img {
	border: none;
}

.banner {
	height:150px;
	width:800px;
	background: #000000 url(banner.gif) top no-repeat;
}

body {
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  background: #000000;
  margin: 0; 
  padding: 0;
  text-align: center;
  color: #000000;
}