/* CSS Document */

html, body, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
body{
font-size: 100.01%;
color: #000;
background-color: #000;
background-image: url(images/background-2010.png);
background-position: top center fixed;
background-repeat: no-repeat;
/*IE Bug Fix*/
text-align: center;
margin: 80px 0 0 0;
}

h1{
font-family: arial,helvetica;
color: #fec913;
text-align: center;
}
h1 a, a:hover, a:visited{
color: #f3c913;
text-decoration: none;
}

h5{
font-family: arial,helvetica;
color: #fec913;
text-align: center;
font-variant: small-caps;
}
h5 a, a:visited{
color: #f3c913;
text-decoration: none;
}
h5 a:hover{
text-decoration: underline;
}
