﻿@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	outline: 0px none;
	background: none repeat scroll 0% 0% transparent;	
	text-align:left;
}
html { 
  background:url(../img/bg/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a{
	text-decoration:none;
	color:#fff;
}

a img{
	border:none;
}
ul {
	list-style-type: none;
}

p{
	text-align:justify;
	
}
.clearfix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
	}	
/* FF, Safari, Opera—p */

.clearfix {
	display:inline-block;
	}
/* IE7, MacIE5—p */

/* The Following Hidden From MacIE \*/
	* html .clearfix { height:1%; }
	.clearfix { display:block; height:inherit; }

.clear { 
	clear: both; 
	height: 0;
}
#sectionWrapper{
	width:1024px;
	height:auto;
	position:relative;
	margin:0 auto;
}
#sectionWrapper #sectionHeader{
	width:1024px;
	height:180px;
}
#sectionWrapper #sectionInfo{
	width:999px;
	height:35px;
	background:url(../img/bg/info.png) no-repeat;
	padding:15px 10px 0 15px;
}
#sectionWrapper #sectionInfo marquee{
	color:#fff;
	font-size:16px; 
}
#sectionWrapper #sectionHeader #sectionLogo{
	height:180px;
	width:500px;
	float:left;
}

#sectionWrapper #sectionContent1, #sectionContent2{
	width:1024px;
	height:auto;
	margin-top:5px;
}
#sectionWrapper #sectionContent1 #slider{
	width:783px;
	height:354px;
	float:right;
}
#sectionWrapper #sectionContent1 #contact{
	float:left;
	width:237px;
	height:354px;
	position:relative;
}

#sectionWrapper #sectionContent2{
	margin-top:5px;
}
#sectionWrapper #sectionContent2 #sectionLeft{
	height:183px;
	width:336px;
	float:left;
}
#sectionWrapper #sectionContent2 #sectionMiddle{
	height:183px;
	float:left;
}

#sectionWrapper #sectionContent2 #sectionRight #winnerlist{
	width:619px;
	height:139px;
	background:url(../img/bg/withdraw.png) no-repeat;
	padding:44px 0 0 54px;
}
#sectionWrapper #sectionContent2 #sectionLeft #winnerlist{
	width:619px;
	height:139px;
	background:url(../img/bg/deposit.png) no-repeat;
	padding:44px 0 0 54px;
}
#winnerlist .list{
	width:252px;
	height:126px;
	float:left;
}
#winnerlist .deposit{
	
}
#winnerlist .list table{
	border:0px;
	border-collapse:collapse;
}
#winnerlist .list table td{
	height:24px;
	vertical-align:middle;
}
#winnerlist .list table td p{
	color:#fff;
	font-size:16px;
	font-weight:bold;
}
#winnerlist .list table td.td1{
	width:130px;
}
#winnerlist .list table td.td2{
	width:85px;	
}
#winnerlist .list table td.td3{
	width:85px;
}
#winnerlist .list table td.td2 p{
	text-align:center;
	color:#03fbe7;
}
#winnerlist .list table td.td3 p{
	text-align:right;
}


#sectionWrapper #sectionContent2 #sectionRight{
	width:335px;
	height:auto;
	float:right;
	position:relative;
}
#sectionWrapper #sectionContent2 #sectionRight img{
	position:absolute;
	right:0px;
	top:0px;
}
#sectionWrapper #sectionContent2 #sectionRight img.bb{
	top:95px;
}
#sectionWrapper #footer{
	width:1024px;
	height:116px;
	margin-top:5px;
	margin-bottom:10px;
}
