﻿body {
	background-image:url('images/background.jpg');
	background-repeat:repeat;
	font-size:large;
	padding: 0 0 0 0;
	
}

#logo{
	padding:0 0 0 0;
	left: 10px;
	height: 150px;
	position: absolute;

}

#header{
	padding-left: 400px;
	margin-left: 0;
	height: 150px;
	position: absolute;
}

#footer{
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	bottom: 0;
	width: 100%;
	height: 20px;
	left: 0;
}

#content{
	position: absolute;
	padding-top: 150px;
	padding-left: 220px;
	padding-bottom: 50px;
	margin-right: 40px;
	padding-right: 90 px;
	margin-left: -20px;	
		}

#menu{
	position: absolute;
	text-align:center;
	margin: 150px 0px 0px 0px;
	width: 200px;
	padding: 0 0 0 0;
}

#featured{
	position: relative;
	margin-left: 35px;
}


/* MENU BUTTONS */
ul {
list-style: none;
margin: 0 0 0 15px;
padding: 0 0 0 0;
text-align: center;
}

li#animals a:visited {
padding: 0 0 20px 0;
display: block;
background:  url('images/animals1.png') top center no-repeat;
height: 50px;
width: 160px;
}
	
li#animals a:link {
padding: 0 0 20px 0;
display: block;
background:  url('images/animals1.png') top center no-repeat;
height: 50px;
width: 160px;
}
	
li#animals a:hover {
padding: 0 0 20px 0 ;
background:  url('images/animals2.png') top center no-repeat;
height: 50px;
width: 160px;
}

li#home a:visited {
padding: 0 0 20px 0;
display: block;
background:  url('images/home1.png') top center no-repeat;
height: 50px;
width: 160px;
}
	
li#home a:link {
padding: 0 0 20px 0;
display: block;
background:  url('images/home1.png') top center no-repeat;
height: 50px;
width: 160px;
}
	
li#home a:hover {
padding: 0 0 20px 0 ;
background:  url('images/home2.png') top center no-repeat;
height: 50px;
width: 160px;
}

li#help a:visited {
padding: 0 0 20px 0;
display: block;
background:  url('images/help1.png') top center no-repeat;
height: 50px;
width: 160px;
}
	
li#help a:link {
padding: 0 0 20px 0;
display: block;
background:  url('images/help1.png') top center no-repeat;
height: 50px;
width: 160px;
}
	
li#help a:hover {
padding: 0 0 20px 0 ;
background:  url('images/help2.png') top center no-repeat;
height: 50px;
width: 160px;
}

li#visit a:visited {
padding: 0 0 20px 0;
display: block;
background:  url('images/visit1.png') top center no-repeat;
height: 50px;
width: 160px;
}
	
li#visit a:link {
padding: 0 0 20px 0;
display: block;
background:  url('images/visit1.png') top center no-repeat;
height: 50px;
width: 160px;
}
	
li#visit a:hover {
padding: 0 0 20px 0 ;
background:  url('images/visit2.png') top center no-repeat;
height: 50px;
width: 160px;
}

li#contact a:visited {
padding: 0 0 20px 0;
display: block;
background:  url('images/contact1.png') top center no-repeat;
height: 50px;
width: 160px;
}
	
li#contact a:link {
padding: 0 0 20px 0;
display: block;
background:  url('images/contact1.png') top center no-repeat;
height: 50px;
width: 160px;
}
	
li#contact a:hover {
padding: 0 0 20px 0 ;
background:  url('images/contact2.png') top center no-repeat;
height: 50px;
width: 160px;
}

li#news  a:visited {
padding: 0 0 20px 0;
display: block;
background:  url('images/news1.png') top center no-repeat;
height: 50px;
width: 160px;
}
	
li#news a:link {
padding: 0 0 20px 0;
display: block;
background:  url('images/news1.png') top center no-repeat;
height: 50px;
width: 160px;
}
	
li#news a:hover {
padding: 0 0 20px 0 ;
background:  url('images/news2.png') top center no-repeat;
height: 50px;
width: 160px;
}