html {
	background-color: #000000;
}
body {
	font-family: Franklin Gothic Medium Cond Regular;
	font-size: 12px;
	line-height: 21px;
	color: #000000;	
	background: url(../images/bg-body.jpg) no-repeat top center;
}
.article,
.section,
.aside,
.hgroup,
.nav,
.header,
.footer,
.figure,
.figcaption {
  display: block;
}
a, a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}
textarea:focus, input:focus{
    outline: none;
}

#header {
	width: 775px;
	height: 113px;
	margin: 0 auto;
}
#header .logo {
	float: left;
}
#header .divFrm {
	float: right;
	margin-top: 50px;
}
#header .divFrm form table {
	border: 0;
	border-collapse: collapse;
}
#header .divFrm form table tr td input {	
	font-size: 14px;
	line-height: 24px;
	color: #000000;
}
#header .divFrm form table tr td input[type="text"],
#header .divFrm form table tr td input[type="password"] {
	padding: 0 5px;
	width: 100px;
	height: 18px;
	border: 1px solid #ffba00;
}
#header .divFrm form table tr td input[type="image"] {
	width: 67px;
	height: 20px;
}
#header .divFrm form table tr td input[type="image"].register {
	width: 145px;
	height: 30px;
}
#header .divFrm form table tr td {
	padding-right: 5px;
}
#header .divFrm form table tr td:last-child {
	padding-right: 0;
}

#divMarquee {
	width: 775px;
	height: 36px;
	margin: 5px auto;
	background: url(../images/bg-info.jpg) no-repeat top center;	
}
#divMarquee marquee {
	font-size: 14px;
	line-height: 32px;
	color: #FFFFFF;
	font-weight: 300;
	margin: 0 20px 0 215px
}

#divBanner {
	width: 775px;
	height: 256px;
	margin: 0 auto;
}

#container {
	width: 775px;
	height: auto;
	margin: 0 auto;
}
#container .divContact {
	width: 775px;
	height: 66px;
	margin: 5px 0;
}
#container #divWinner {
	width: 775px;
	height: 201px;
	background: url(../images/bg-poker-winer.png) no-repeat top center;
}
#container #divWinner div {
	float: left;
	width: 270px;
    height: 200px;
}
#container #divWinner div.jackpot {
	width: 235px;	
	position: relative;
	top: 57px;
	left: 45px;
}
#container #divWinner div:last-child {
	float: right;
}
#container #divWinner table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
    margin: 50px 0 0 45px;
}
#container #divWinner table tr td {
	font-size: 12px;
	line-height: 24px;
	font-weight: 300;
	color: #FFFFFF;
	padding-bottom: 4px;
}
#container #divWinner table tr td:last-child {
	padding-right: 10px;
	padding-bottom: 0;
}
#container #divWinner .jackpot span {
	display: block;
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;
	color: #FFFFFF;
	padding-bottom: 19px;
}
#container #divInfo {
	width: 775px;
	height: 168px;
	padding: 5px 0;
}

#footer {
	width: 775px;
	height: auto;
	margin: 0 auto;
}
#footer p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	color: #FFFFFF;
	text-align: center;
}
#footer h5 {
	font-size: 18px;	
	font-weight: 700;
	text-align: center;
	color: #FFFFFF;
}
#footer h6 {
	font-size: 16px;	
	font-weight: 700;
	color: #fdf303;
	text-align: center;
}