body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ccc;
	background-color: #333;
	text-align: center;}
	
#container {
	width: 760px; 
	padding: 10px;
	margin-top: 40px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	
	background: #666;
	border: 5px solid #ccc;
	text-align:left;}
	
#header {
	height: 360px;
	background: url('daisy.jpg') no-repeat center;}
	
#mainnav {
	float: left;
	padding: 0;
	margin: -219px 0px 0px 35px;
	width: 223px;
	text-indent: -5000px;}
  
#mainlinks {
	width:223px;
	height: 181px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;}
  
#mainlinks li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;}

#mainlinks a {
	float: left;
	display: block;
	width: 223px;
	height: 181px;
	background-image: url('daisynav.jpg');
	text-decoration: none;}
  
#mainlinks #link1 a {
	height: 45.5px;
	width: 223px;}
  
#mainlinks #link1 a:hover {
	background-position: -223px 0px;}
  
#mainlinks #link2 a {
	height: 45px;
	width: 223px;
	background-position: 0px -45.5px;}
  
#mainlinks #link2 a:hover {
	background-position: -223px -45.5px;}
  
#mainlinks #link3 a {
	height:	45.5px;
	width: 223px;
	background-position: 0px -90.5px;}
  
#mainlinks #link3 a:hover {
	background-position: -223px -90.5px;}
	
a {
	text-decoration: none;
	font-weight: bold;
	color:  #ccc;
	outline: none;}

a:hover {
	color: #ccc;
	text-decoration: underline;}