body{
	background-color: black;
	color: white;
	margin: 0;
}


div#container{
	width: 800px;
	margin: 0 auto;
	background-color: black;
}

h1, div#about, div#footer{
	width: 780px;
	padding-left: 10px;
	padding-right: 10px;
}

div#white, div#red, div#dessert{
	margin-left: 11px;
	width: 252px;
	float: left;
}

div#wines ul, div#wines p{
	padding: 0 10px 0 0;
}

div#about{
	clear: both;
}

div#about h2{
	margin-left: 263px;
}

div#about img{
	padding-top: 6px;
	float: left;
	width: 252px;
}

div#about div{
	float: right;
	width: 515px;
}

div#footer{
	clear: both;
	border-top: 1px solid #d7d7d7;
	color: #d7d7d7;
	padding-bottom: 1em;

}

div#footer a{
	color: #d7d7d7;
}

h1{
	border-bottom: 1px solid white;
}


