body
{
background-color:#f2eed3;
margin:0px;
padding-bottom:30px;

}

#head
{
background-image:url(images/head.png);
background-repeat: repeat-x;
width:100%;
position:absolute;
height: 226px;
min-width: 1000px;
}

#topfade
{
background-image:url(images/topfade.png);
background-repeat: repeat-x;
width:100%;
position:absolute;
height: 426px;
}

#title
{
position:absolute;
top:20px;
left:20px;
}

#maintext
{
position:absolute;
font:17px "Georgia" black;
top:250px;
left:90px;
width:350px;
text-align:center;
}

#foot
{
position:absolute;
top:600px;
left:50%;
margin-left:-450px;
}

#prizes
{
position:absolute;
width:400px;
height: 400px;
background-color:#f2eed3;
left:600px;
top:120px;
overflow-y:scroll;
}

.prizemodule
{
width:92%;
margin-left:6px;
height:50px;
background-color:#e37552;
margin-top:5px;
font:18px "Georgia";
padding:10px;
cursor:pointer;
}

.prizemodule:hover
{
background-color: #ed9d83;
}

.unavailable
{
width:92%;
margin-left:6px;
height:50px;
background-color:gray;
margin-top:5px;
font:18px "Georgia";
padding:10px;
}


#window
{
position:absolute;
top:300px;
left:50%;
margin-left:-250px;
width:500px;
height:200px;
background-color:#da1c22;
border:3px solid white;
}

#window p
{
margin-left:50px;
color:white;
font:14px "Georgia";
width:350px;
}

#window a
{
color:white;
font:16px "Georgia";
margin-left:50px;
}

#signupbg
{
width:100%;
height:100%;
/*background-color:#da1c22;*/
background-image:url(images/bgtile-2.png);
position:fixed;
}

#signupwindow
{
position:absolute;
top:100px;
left:50%;
margin-left:-250px;
width:500px;
height:200px;
background-color:gray;
border:3px solid white;
}


#signupwindow p
{
margin-left:50px;
color:white;
font:18px "Georgia";
width:350px;
}

#signupwindow input
{
margin-left:50px;
font:14px "Georgia";
color:gray;
}