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

* {
margin:0;
padding:0;
}

body {
background-color:#121212;
background-image:url(../images/background.gif);
background-repeat:repeat-x;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

a:link {
color: #ffff00;
}

a:visited {
color: #ffff00;
}

a:hover {
color: #ffffff;
}

a:focus {
color: #ffff00;
}

a:active {
color: #ffff00;
}

#wrapper {
width:820px;
margin:0 auto;
background-color:#1e1e1e;
text-align:center;
}

#header {
width:820px;
margin:0 auto;
padding:25px 0 20px 0;
text-align:center;
background-image:url(../images/footer_bg.gif);
}

#footer {
width:820px;
margin:0 auto;
padding:25px 0 20px 0;
text-align:center;
background-image:url(../images/footer_bg.gif);
}