@charset "UTF-8";
/* CSS Document */

body {
margin:5%;
text-align:center;
}

a {
text-decoration:none;
font-size: 14px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	text-align:center;
	width:100%;
}

.header{
text-align:center;
background:url(img/splash-head.gif) no-repeat;
height: 100px;
}

.content{
background:url(img/splash-body.gif) no-repeat;
height: 361px;
}

.footer{
background:url(img/splash-foot.gif) no-repeat;
padding: 0px 0px 5px 0px;
height: 163px;
float:left;
width:800px;
}

.footer ul{
margin: 0px 0px 2px -45px;
list-style:none;

}

li a{
color: #7a7a7b;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

li a:hover{
color:#0066FF;
text-decoration:underline;
}