body {
background-image: url(img/posterbackground.jpg);
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

a:link {
    color: #144478;
    text-decoration:none;
}

a:visited {
    color: #144478;
    text-decoration:none;
}

a:active {
    color: #E5D9AF
    text-decoration:none;
}

a:hover {
    color: #FC36FF;
    text-decoration:none;
}
#header {
width: 420px;
height: 75px;
background: #fff;
background-position: top center;
margin-left: 13%;


}

#wrapper {
width: 600px;
background: #fff;
background-position: 0 0;
border: solid 10px #fff;
margin: 0 auto;
text-align: left;
padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
        border-top-style: groove;
	border-top-color: #999999;
	border-top-width: thin;
	border-left-style: groove;
	border-left-color: #999999;
	border-left-width: thin;
	border-right-style: groove;
	border-right-color: #999999;
	border-right-width: thin;
        border-bottom-style: groove;
	border-bottom-color: #999999;
	border-bottom-width: thin;

}


#footer {
font-size: 10px;
clear: both;
width: 370px;
margin-left: 46%;
}

