body {
font-family:georgia;
padding:0px;
margin:0px;
color:white;
background-color: black ;
text-align: center ;
}

#container {
	padding: 0px 0px ;
	margin: 0px ;
	width: 800px ;
	margin-left: auto ;
	margin-right: auto ;
	background-color: black ;
	text-align: center ;
}

#header {
 	background-image: url("../graphics/gradient.png") ; 
	background-repeat: repeat-x ;
	background-position: top left ;
	height: 25px ;
	padding: 0px ;
	margin: 0 ;
	font-family: Helvetica, Tahoma, san-serif ;
	text-transform: uppercase ;
	font-size: 1.0em ;
	font-weight: bold ;
}
#header li {
	float: left ;
	list-style: none ;
	margin: 0px 0px ;
}
#header a {
	color: black ;
	padding: 0px 25px 0px 25px ;
	text-decoration: none ;
}

#header a:hover {
	color: white ;
	padding: 0px 25px 0px 25px ;
	text-decoration: none ;
	background-image: url("../graphics/gradient2.png") ;
	background-position: top left ;
	background-repeat: repeat-x ;
}

#video {
	background-image: url("../graphics/hot1061bg.png") ;
	width: 800 ;
	height: 600 ;
}
table {
	background-color: yellow ;
	color: black ;
	width: 300px ;
}

th {
	background-color: orange ;
}

input.btn {
	background-color: yellow ;
	color: black ;
}
