@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	background:url(images/header-bg.jpg) left top repeat-x #141414;
}
#header{
	width: 50%;
	height: 70px;
	background: url(images/header-bg.jpg) left top repeat-x;
	margin-bottom: 180px;
}
	#header #logoarea{
	width: 500px;
	height: 70px;
	}
	#logo{
		width: 300px;
		height: 70px;
		float: left;
	}
#content{
	width: 1009px;
	height: auto;
	margin: 0 auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 20px;
	background:url(images/header-image.jpg) top center no-repeat;
}
	#content a{
		text-decoration: none;
		color: #F00;
	}
	#content a:hover{
		text-decoration: underline;
		color: #F00;
	}
.red{
	color: #F00;
	font-size:14px;
}
#form{
	width: 700px;
	height: auto;
	margin: 20px auto 0px auto;
	padding-top: 40px;
	/*border-top: 1px dashed #666;*/
	clear: both;
	font-size: 14px;
}
	#bgfield{
		background-color: #666;
		border: 1px solid #333;
	}
	#bgfield input{
		background: none;
		border: 0px;
		padding-left: 5px;
		width: 190px;
		color: #fff;
		font-family:Tahoma, Geneva, sans-serif;
	}

#reg-butt{
	width: 260px;
	height: 60px;
	float: left;
	margin-left: 230px;
	text-align: center;
}

.clear{
	clear: both;	
}

#sports-area{
	clear: both;
	width: 480px;
	height: auto;
	float: left;
	margin-right: 30px;
	text-align: right;
	margin-top: 20px;
}
#casino-area{
	width: 490px;
	height: auto;
	float: left;
	text-align: left;
	margin-top: 20px;
}

#casino-area a, #sports-area a, #casino-area a:hover, #sports-area a:hover {
	font-size: 16px;
	color: #FC0;
	text-decoration: none;
}
.myshow{
	display: block;
	background:#1A1A1A;
	border: 1px solid #333;
	padding: 10px;
	width: 460px;
	height: auto;
	margin-top: 10px;
	text-align: left !important;
}
.myhide{
	margin-top: 10px;
	display: none;
	background:#1A1A1A;
	border: 1px solid #333;
	padding: 10px;
	width: 460px;
	height: auto;
	text-align: left !important;
}
.myhide a, .myhide a:hover, .myshow a, .myshow a:hover {
	font-size: 12px !important;
	color: #C00 !important;
	text-decoration: none !important;
}
