/*@import url("header.css");*/
@import url("right-content.css");
@import url("left-content.css");
@import url("center.css");

html 
{
	height: 100%;
	margin: 0px;
}
body 
{
	margin: 0px;
	padding: 0px;
	background-color: #000;
	/*height:auto;*/
}
#wrapper
{
	width: 1240px;
	margin: 0px auto;
}
#right-side
{
	display:inline;
	float:left;
	width: 120px;
	height: 1017px;
	background-image: url("../gfx/outer_bg_r.jpg");
	background-repeat: no-repeat;
}
#left-side
{
	display:inline;
	float:left;
	width: 120px;
	height: 1017px;
	background-image: url("../gfx/outer_bg_l.jpg");
	background-repeat: no-repeat;
}
#container-root 
{
	display:inline;
	float:left;
	width: 1000px;
	margin: 0px auto;
	overflow:hidden;
	/*height:auto;*/
}
#container-main 
{
	float: left;
	background-image: url("../gfx/body_background.jpg");
	width: 1000px;
	height:auto;
	background-repeat: repeat-y;
	/*background-position: 100%;*/
}
#container-main-content
{
	position:relative;
	float: left;
	left: 15px;
	top: 0px;
	width: 970px;
	height:auto;
	/*background-image: url("../gfx/body_background.jpg");
	width: 1000px;
	height:100%;
	background-repeat: repeat-y;
	background-position: 100%;*/
}
.container-top 
{
	width: 100%;
	height: 140px;/**/
	background-image: url(../gfx/header_bg.jpg);	
    background-repeat: no-repeat;
    background-position: left top; 
	/*border: solid 1px #FF0000;*/
	margin: 0px;
}
.menu{
	position:relative;
	top:106px;
	left:30px;
	width:auto;
	height:16px;
	padding: 0 0 0 10px;
}
.menu-box
{
	display:inline;
	float:left;
	width:auto;
	height:16px;
	margin: 0 20px 0 0;
	background-color:#000;
}
.link-jackpot
{
	position:relative;
	top:-16px;
	left:740px;
	width:240px;
	height:140px;	
}
.border-top
{
	display:block;
	float:left;
	width:100%;
	height:16px;
	background-image: url('../gfx/kader_top.jpg');	
    background-repeat: no-repeat;
    background-position: left; 
}
.border-bottom
{
	display:block;
	float:left;
	width: 100%;
	height: 44px;
	background-image: url('../gfx/kader_bot.jpg');	
    background-repeat: no-repeat;
    background-position: left; 
}
.footer
{
	position:relative;
	top:19px;
	left: 20px;
	width:99%;
	display:block;
	float:left;
	/*border: solid 1px #FF0000;*/
}
.footer-left 
{
	display:inline;
	float:left;
	width:auto;
	height:17px;
	color:#6B6B6B;
	font-family:"Arial";
	font-weight:bold;
	font-size:12px;
	margin: 2px 8px 0 0;
}
.footer-right
{
	display:inline;
	float:left;
	width:auto;
	height:17px;
	color:#6B6B6B;
	font-family:"Arial";
	font-weight:bold;
	font-size:12px;
	margin: 2px 8px 0 0;
}
.footer-logo
{
	display:inline;
	float:left;
	width:87px;
	height:17px;
	background-image: url('../gfx/logo_sp.gif');	
    background-repeat: no-repeat;
    background-position: left; 
	margin: 0 8px 0 0;
}
.footer-legal a,hover
{
	display:inline;
	float:right;
	width:auto;
	height:17px;
	color:#6B6B6B;
	font-family:"Arial";
	font-weight:bold;
	font-size:12px;
	margin: 2px 40px 0 0;
	text-decoration:none;
}
.footer-terms a,hover
{
	display:inline;
	float:right;
	width:auto;
	height:17px;
	color:#6B6B6B;
	font-family:"Arial";
	font-weight:bold;
	font-size:12px;
	margin: 2px 60px 0 0;
	text-decoration:none;
}

/*
left box 232
right box 246
center box 479
*/
