html, body, #wrapper {
    min-height: 100%;
    width:100%;
	height: 100%;
}

html>body, html>body #wrapper {
    height: auto;
}

body {
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
}

body, h1, h2, h3, h4, h5, h6, ul {
	margin:0px;
	padding:0px;
}

.clear {
	clear:both;
}

h1 {
	color:#fff;
	font-style:italic;
	font-weight:bold;
	font-size:30px;
	background:#166d05;
	padding:0 40px;
	margin-bottom:20px;
}

h4 {
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	margin-bottom:20px;
}

p, #main ul {
	margin:15px 0;
	font-size:14px;
	line-height:22px;
	color:#ffe278;
}

#wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	margin:0 0 0 -480px;
	width:960px;
	background:url(../images/bg.gif);
}

#header {
	background:url(../images/header_bg.gif);
	height:237px;
}

a#logo {
	background:url(../images/logo.jpg);
	height:69px;
	width:310px;
	position:absolute;
	top:10px;
	left:252px;
}

.head-text {
	text-align:center;
	position:absolute;
	font-size:30px;
	line-height:40px;
	font-style:italic;
	color:#ffecba;
	top:108px;
	left:245px;
}

.chips {
	position:absolute;
	top:0px;
	left:0px;
}

#roulette {
	position:absolute;
	top:0px;
	right:0px;
}

a.lang, a.lang:visited {
	position:absolute;
	top:8px;
	left:670px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FFECBB;
}

a.lang:hover {
	text-decoration:underline;
}

#nav {
	height:49px;
	width:956px;
	margin:0 auto;
	list-style:none;
	font-size:12px;
}

#nav li {	
	float:left;
	width:160px;
	text-align:center;
}

#nav li.first, #nav li.last {
	width:158px;
}

#nav li a, #nav li a:visited {
	color:#ffe67c;
	text-decoration:none;
	background:url(../images/menu_bg.gif);
	padding:9px 0 11px 0;
	display:block;
	outline:none;
}

#nav li.first a, #nav li.first a:visited {
	background-position:-2px 0;
	padding:17px 0 18px 0;
}

#nav li a:hover {
	color:#2e2e2e;
	background-position:0 -49px;
}

#nav li.first a:hover {
	background-position:-2px -49px;
}

#content {
	padding:55px 50px 100px 50px;
}

#content a, #content a:visited {
	color:#fff;
	text-decoration:underline;
}

#content a:hover {
	text-decoration:none;
}

#sidebar {
	float:left;
	width:196px;
}

#main {
	float:right;
	width:634px;
}

#main ul {
	list-style:disc;
	padding-left:50px;
}

.link {
	height:117px;
	background:#166d05;
	margin-bottom:26px;
}

.border-l {
	float:left;
	background:url(../images/brd-l.gif);
	height:100%;
	width:16px;
}

.border-r {
	float:right;
	background:url(../images/brd-r.gif);
	height:100%;
	width:16px;
}

.in, .in_sr {
	height:89px;
	width:542px;
	float:left;
	border-top:2px solid #d6ac42;
	border-bottom:2px solid #d6ac42;
	padding:12px 30px;
}

.in h1, .in_sr h1 {
	float:left;
	padding:0px;
	margin:0px;
}

.in a, .in a:visited, .in_sr a, .in_sr a:visited {
	width:330px;
	height:41px;
	position:absolute;
	margin-left:28px;
	outline:none;
}

.in a, .in a:visited {
	background:url(../images/link.gif);
}

.in_sr a, .in_sr a:visited {
	background:url(../images/linksr.gif);
}

.in a:hover, .in_sr a:hover {
	background-position:0 -41px;
}

.in div, .in_sr div {
	clear:both;
	text-align:center;
	padding-top:10px;
	font-size:18px;
	color:#ffecba;
	font-weight:bold;
}

#sidebar img {
	margin-bottom:20px;
	border:2px solid #d6ac42;
}

table.wrangler {
	text-align:center;
	color:#fff;
	margin-bottom:20px;
}

.wrangler th {
	background:#166d05;
}

.wrangler td {
	border-right:2px solid #7c0606;
	border-bottom:2px solid #7c0606;
	font-size:13px;
	padding:2px 5px;
}

.wrangler tr.odd {
	background:#000;
}

td.highlight {
	color:#ffe278;
}

#footer {
	background:#000 url(../images/footer_bg.gif) top no-repeat;
	height:52px;
	position:absolute;
	bottom:0px;
	width:100%;
	color:#ffe278;
	line-height:18px;
	font-size:12px;
	text-align:center;
	padding-top:18px;
}

.nordnet {
	font-size:9px;
	line-height:12px;
}

#footer a, #footer a:visited {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}
