body	{
	text-align: center;
	background: #df629f;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	}

#container {
	background: url(images/home_image.jpg);
	margin: auto;
	text-align:center;
	height:580px;
	width: 830px;
	}
	
#home_nav {
	padding:108px 0 0 0px;
	line-height: 25px;
	text-align: left;
	}
	
#home_nav a {
	color: #df629f;
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;	
	}
	
#home_nav a:hover {
	text-decoration: underline; 
	color: #d25290;
	}	
	
#home_nav ul	{
	list-style: none;
	}
