.container{
width:900px;
margin:0 auto;
}
body{
background:purple; 
}

header{
width:900px; 
height:100px; 
background:url(http://www.geocities.ws/purevida/header.png);
text-align:center;
padding-top:20px; 
color:yellow; 
font-size:3em;
font-family:Hobo Std;

}
nav{
border-top:2px groove yellow;
width:900px;
height:40px;
background:url(http://www.geocities.ws/purevida/nav.png);
}
#content{
width:900px; 
height:11000px; 
background:url(http://www.geocities.ws/purevida/content.png); 
}
h2{
text-align:center; 
color:red; 
font-size:2em;
}
article {
padding:20px;
}

footer{
width:100%;
height:300px; 
background:url(http://www.geocities.ws/purevida/footer.png);
border:4px solid orange;
text-align:center; 
color:white;
padding:10px;
}
ul{
padding-top:5px; 
margin:0;
}
li{
display:inline;
list-style:none;
padding:4px; 
margin:4px;
}
a:link{
color:white;
font-size:20px; 
font-family:Palatino Linotype;
text-decoration:none;
}
a:visited{
color:white;
font-size:20px; 
font-family:Palatino Linotype;
text-decoration:none;
}
a:hover{
color:blue;
text-decoration:underline;
}
