/* CSS Document */
body {
margin:0 0 0 0;
padding:0 0 0 0;
font-family: Arial;
background-color:#000;
color:#FFF;
}

a:link {color:white;  border-bottom:dashed white 1px; text-decoration:none;}
a:visited{color:white;  border-bottom:dashed white 1px; text-decoration:none;}
a:active {color:white;  border-bottom:dashed white 1px; text-decoration:none;}
a:hover{color:#CF1C3E; border-bottom:dashed #CF1C3E 1px; text-decoration:none;}

h1 {
font-size:24px;
color:#FFF;
}

#header
{
position:relative;
width:602px;
height:470px;
margin: 0 0 0 0;
text-align: left;
background:black url(/images/party.png) no-repeat;
background-position:top;
}
#header_text
{
position:absolute;
left:230px;
top: 350px;
color:#fff;
}
#comment
{
position:absolute;
left:230px;
top: 300px;
color:#fff;
width:270px;
text-align:justify;
font-size:14px;
}

#rules
{
position:absolute;
left:30px;
top:455px;
color:#fff;
font-size:13px;
}