#wrapper {
margin:auto;
width: 900px;
background-color:#ffffdf;
background-repeat: repeat-y;
}

body {
margin:0; 
font-family: Georgia, Times New Roman, Times, serif; 
font-size: 13px;
background-color: #ffffdf; 
color:#006633;
font-weight: lighter;
line-height:17px;
}


#header {
margin:auto;
width: 900px;
height: 200px;
text-align:center;
background-color:#ffffdf;
}

h4 {
font-size: 14px;
color: black;
}

#content {
margin:auto;
margin-top:10px; 
width:900px; 
height: 600px; 
background-repeat: no-repeat;
background-color:#ffffdf; 
}

#abilities img {
	position:absolute;
	margin-left: 20px;
	margin-top: -250px;
}

#footer {
margin:auto;
margin-top: 10px;
width:900px;
text-align: center;
height: 100px;
background-color:#ffffdf;
border-top-style: solid;
border-width:20px;
border-color:#aca;
}

#footer p{
color: black;
}

p.validator a {
color: #ffffdf;
}

p.validator a:hover{
color: #ffffdf;
}
