@charset "utf-8";
/* CSS Document */

body
{
margin: 0px;
padding: 0px;
background: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

body a:link
{
text-decoration: none;
color: #FF9900;
}

body a:hover
{
text-decoration: none;
color: #ccc;
}

body a:visited
{
color: #FF9900;}

#shell
{
width: 800px;
height: auto;
margin: 0px auto;
overflow: auto;
background: #000000 url('images/background.jpg') no-repeat;
background-position: top center;
}

#container
{
width: 435px;
margin-left: 10px;
margin-top: 10px;
}

#content-top
{
width: 435px;
height: 38px;
margin: 0px;
padding: 0px;
background: url('images/content_01.png') no-repeat;
}

#content-middle
{
width: 405px;
background: url('images/content_03.png') repeat-y;
color: #ffffff;
padding: 0px 15px;
}

#content-middle p.text
{
padding: 5px;
margin: 0px;
font-size: 12px;
text-align: center;
}

#content-bottom
{
width: 435px;
height: 65px;
background: url('images/content_05.png') no-repeat;
}

#content-bottom div.text
{
color: #ffffff;
padding: 10px 10px;
margin-left: 25px;
margin-right: 25px;
font-size: 12px;
text-align: center;
border-top: 1px solid #2f2f2f;
}

#content-bottom div.text a
{
text-decoration: none;
}
#content-bottom div.text a:hover
{
color: #ccc;
}



#button-1
{
width: 405px;
padding: 0px;
height: 155px;
overflow: hidden;
background: url('images/button1.png') no-repeat center;
}

#button-1 div.textbox
{
padding: 0px;
width: 180px;
height: 108px;
position: absolute;
margin-left: 185px;
margin-top: 20px;
font-size: 10px;

}
#button-1 div.textbox p
{
margin: 0px;
padding: 0px;
text-align: left;
font-size: 12px;
}

#button-2
{
width: 405px;
padding: 0px;
height: 155px;
overflow: hidden;
background: url('images/button2.png') no-repeat center;
}

#button-2 div.textbox
{
width: 185px;
height: 65px;
position: absolute;
margin-left: 35px;
margin-top: 50px;
font-size: 10px;
padding: 0px;
}
#button-2 div.textbox p
{
margin: 0px;
padding: 0px;
text-align: left;
font-size: 12px;

}
#button-3
{
width: 405px;
padding: 0px;
height: 155px;
overflow: hidden;
background: url('images/button3.png') no-repeat center;
}
#button-3 div.textbox
{
	padding: 0px;
	width: 175px;
	height: 80px;
	position: absolute;
	margin-left: 195px;
	margin-top: 40px;
	font-size: 10px;
	
}
#button-3 div.textbox p
{
margin: 0px;
padding: 0px;
text-align: left;
font-size: 12px;
}

#column_right
{width: 300px;
float: left;
margin-top: 300px;
position: relative;
}

#rules
{
background: #000000;
color: #ffffff;
font-size: 12px;
padding: 10px;
}

