

body {
		width: 100%;
		background= img="this.jpeg";
}
a.link{
  color: blue;
}
a.hover{
  color: white;
}
a.visited{
  color: blue;
}
a.active{
  color: black;
}

a.active{
  border-radius: 15px 50px 30px 5px
}
#header {
	margin: 0;
        overflow: auto;

}

#sitelogo {
	
}

#sitelogo > a {
	color: white;
}


#splash {
	
}

#footer {
	background-color: #f49090;
	font-size: 0.8em;
	text-align: center;
	color: #555;
}



.wrap {
	width: 800px;
	margin: auto;
}
