@charset "utf-8";
/* CSS Document */

body{
color:#000;
background:url(../images/body_bg.jpg) repeat-x;
}

a:link{
color:#990000;
}

a:visited{
color:#990000;
}

a:focus{
color:#990000;
}

a:active{
color:#990000;
}

a:hover{
text-decoration:none;
}

#content_wrapper{
background:#fff;
}

#footer{
color:#fff;
}

#footer a:link, #footer a:visited, #footer a:active{
color:#ffffff;
}
