@charset "utf-8";
/* CSS Document */

body {
background-color:#333;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

a,a:link, a:active, a:visited { color: #ffc425; }

a:hover { color: #fff; }

#wrapper {
background-color:#333;
margin:auto;
height:700px;
width: 965px;
}

#footer {
width:920px;
height:10px;
margin:0 auto 0 auto;
font-size:.6em;
}
