@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;}

body {
	background-color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#CCC;
	background:#000 url(img/header.jpg) top center no-repeat;
}

h1 {color:#ff851e; font-size:24px; font-weight:normal; padding:10px 0 10px 0;}

h2 {color:#ff851e; font-size:16px; font-weight:normal; padding:10px 0 10px 0;}

img {border:0;}

a {color:#FFF; text-decoration:underline;}
a:hover {text-decoration:none;}


#wrapper {

	}

#header {
	width:1000px;
	height:297px;
	margin:3px auto;
	margin-bottom:0px;
}


#banners_top {
	width:1000px;
	height:70px;
	margin:0 auto;
}

#logo {
	width:980px;
	height:150px;
	margin:0 auto;
text-align:center;
}

#banners_bottom {
	height:30px;
	width:980px;
	margin:0 auto;
text-align:center;
}

#banners_bottom a, #banners_top a{
	margin-right:0px;
}

#content_wrapper {
	width:1000px;
	margin:0px auto;
	display:table;
	margin-bottom:0px;
}


#left, #right {
	width:166px;
	height:auto;
	display:table-cell;
	vertical-align:top;
float:left;

}

#right{width:155px;}

#left a, #right a {
	margin-top:77px;
	display:block;
	width:166px;

}

#right a {
	width:154px;
}

a.gods {
	background:url(img/gods.jpg) #000 top  no-repeat;
	height:282px;
	}
a.rules {
	background:url(img/rules.jpg) #000 top center no-repeat;
	height:215px;
}
a.fotogallery {
	background:url(img/fotogallery.jpg) #000 top center no-repeat;
	height:215px;}

a.track {
	background:url(img/track.jpg) #000 top center no-repeat;
	height:168px;
}	
a.security {
	background:url(img/security.jpg) #000 top center no-repeat;
	height:168px;}

a.request {
	background:url(img/request.png) #000 top center no-repeat;
	height:150px;

}


#center{
	width:664px;
	height:auto;
	display:table-cell;
	background-color:#242424;
float:left;
}

#content {
	padding:15px;
}

#footer {
	margin:0 auto;
	overflow:hidden;
	background:#000 url(img/footer.jpg) top center;
	height:140px;
}

div.clear {clear:both;}

