a:link{
color:#66ccff;
text-decoration:none;
}

a:visited{
color:#66ccff;
text-decoration:none;
}

a:hover{
color:#ffffff;
text-decoration:underline;
}

a:active{
color:#66ccff;
text-decoration:none;
}

body{
background-color:black;
font-family:sans-serif;
font-size:small;
color:#ffffff;
}

div#contentInvite{
/* Height and width settings */
height:250px;
width:425px;
/* Positioning settings */
margin-left:375px;
margin-right:auto;
margin-top:137px;
}

div#contentMain{
/* Height and width settings */
height:200px;
width:425px;
/* Positioning settings */
margin-left:375px;
margin-right:auto;
margin-top:170px;
}

div#contentReg{
/* Positioning settings */
margin-left:375px;
margin-right:auto;
margin-top:95px;
}

div#contentRegThx{
/* Positioning settings */
margin-left:375px;
margin-right:auto;
margin-top:125px;
}

div#countdown{
/* Height and width settings */
height:100px;
width:170px;
/* Positioning settings */
margin-left:500px;
margin-right:auto;
}

div#footer{
/* Height and width settings */
height:70px;
width:795px;
}

div#master{
/* Background image settings */
background: url("../graphics/background-cali.png");
background-repeat: no-repeat;
background-position: top center;
/* Height and width settings */
height:525px;
width:800px;
/* Border settings */
border-style:solid;
border-width:2px;
border-color:white;
/* Positioning settings */
margin-left:auto;
margin-right:auto;
}