body{
	background-color: #000;
	margin: 0px;
}
a, a:active, a:visited{
	color: #993300;
}
a:hover{color: #000;}
ul li{
	display: inline;
	list-style-type: none;
}
img{border: 0px; padding: 10px;}
#container{
	width: 720px;
	margin: auto;
	border: 1px solid #000;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	background: #fefefe;
	font-size: 80%;
}
#header{
	height: 250px;
	background: url(images/07-header.jpg) no-repeat top left;	
}
#content{
	text-align: center;
	padding: 10px;
}
#footer{
	padding: 20px;
}