@charset "UTF-8";

*{
margin: 0;
padding: 0;
border: 0;
}

/* CSS Document */

body {
background: #000;
text-align: left;
min-width: 898px;
background-repeat: no-repeat;
background-position: center top;
background-image: url(images/comp-rules-background.gif);
}

#container {
margin-left: auto;
margin-right: auto;
text-align: left;
margin-top: 170px;
background-color: #000;
width: 800px;
}

#RulesLeft {
width: 350px;
background: #000;
margin-top: 4px;
margin-bottom: 20px;
padding-left: 20px;
padding-right: 30px;
float: left;
}

#RulesRight {
width: 350px;
background: #000;
margin-top: 4px;
margin-bottom: 20px;
padding-left: 0px;
padding-right: 20px;
float: right;
}

#footer {
padding: 0px;
height: 65px;
width: 800px;
margin-bottom: 30px;
background-position: left;
background-repeat: no-repeat;
background-color: #000;
background-image: url(images/footer1.gif);
clear: both;
}

p {
font-size: 15px;
color: #eee;
font-style: normal;
font-family: Arial, sans-serif;
line-height: 21px;
}

p.space {
margin-top: 10px;
}

a.link {
font-size: 15px;
color: #ff041c;
font-style: normal;
font-family: Arial, sans-serif;
text-decoration: none;
}

a.link:hover {
font-size: 15px;
color: #ff04db;
font-style: normal;
font-family: Arial, sans-serif;
text-decoration: underline;
}