html, body {
	padding:0;
	margin:0;
	height: 100%;
	/*border: 0;*/
	width: 100%;
}

html {
	background-color: #242424;
}

body {
	/*border: 1px solid red;*/
	font-family: verdana, tahoma, arial;
  	min-height:100%;
}
	
* html #wrap {
	height:100%;
}

#wrap {
	position:relative;
	background: url(gfx/secondary/main_secondarybg_middle.jpg) repeat-y top center;
	min-height: 100%;
	width: 100%;
	/*border: 1px solid red;*/
}

#bg_top_tile {
	background: url(gfx/mainpage/bg/main_bg_top_tile.jpg) repeat-x top left;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#bg_top {
	background: url(gfx/secondary/main_secondarybg_top.jpg) no-repeat top center;
	zoom: 1;
	height: 470px;
}

#header {
	width: 960px;
	height: 128px;
	margin: 0 auto;
	background: url(gfx/mainpage/main_header.jpg) no-repeat top right;
	/*border: 1px solid white;*/
	position: relative;
	z-index: 3;
}

#header .logo {
  display: block;
  width: 250px;
  height: 125px;
}

#navbar {
	background: url(gfx/mainpage/main_navbar.jpg) no-repeat top left;
	width: 960px;
	height: 33px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

#navbar ul {
	float: right;
	margin: 0;
	padding: 0;
}

#navbar ul li {
	float: right;
	margin: 0;
	list-style-type: none;
	padding: 0;
	width: 75px;
	height: 30px;
	/*border: 1px solid red;*/
	text-align: center;
	line-height: 30px;
}

#navbar ul li a {
	text-decoration: none;
	font-size: 18px;
}

#navbar ul li a:link, #navbar ul li a:visited {
	color: #B9DFFF;
}

#navbar ul li a:hover {
	color: #FFFFFF;
}	

#navbar ul li.divider {
	background: url(gfx/mainpage/main_navbar_divider.png) no-repeat top left;
	width: 12px;
}

#container {
	width: 960px;
	margin: 0 auto;
	/*border: 1px solid red;*/
	position: relative;
	z-index: 3;
}


#featured_game {
	float: left;
	width: 400px;
	height: 119px;
	background: url(gfx/mainpage/main_featured.jpg) no-repeat top left;
	
}

#subscribe {
	float: left;
	width: 560px;
	height: 119px;
	background: url(gfx/mainpage/main_updates_title.jpg) no-repeat top left;
	/*padding-top: 24px;*/
}

#add_this {
	float: left;
	width: 162px;
	height: 95px;
	margin-top: 24px;
	background: url(gfx/mainpage/main_updates_addthis_bg.jpg) no-repeat top left;
}

#add_this a:link, #add_this a:visited, #add_this a:hover {
	width: 133px;
	height: 24px;
	display: block;
	margin: 15px auto 0 auto;
}

a#addthis_bookmark {
	background: url(gfx/mainpage/main_updates_addthis_bookmark.jpg) no-repeat top left;
}

a#addthis_subscribe {
	background: url(gfx/mainpage/main_updates_addthis_subscribe.jpg) no-repeat top left;
}

#email_thanks {
	width: 398px;
	height: 95px;
	float: left;
	margin-top: 24px;
	background: url(gfx/mainpage/main_updates_email_success.jpg) no-repeat bottom left;
}

#email {
	float: left;
	width: 398px;
	height: 95px;
	margin-top: 24px;
	background: url(gfx/mainpage/main_updates_email_top.jpg) no-repeat top left;
	/*border: 1px solid red;*/
}

#email .inner_email {
	height: 95px;
	background: url(gfx/mainpage/main_updates_email_bottom.jpg) no-repeat bottom left;
	/*border: 1px solid red;*/
}

.inner_email .inner_left {
	background: url(gfx/mainpage/main_updates_email_left.jpg) no-repeat 0 55px;
	/*border: 1px solid red;*/
	height: 95px;
}

.inner_email .inner_right {
	background: url(gfx/mainpage/main_updates_email_right.jpg) no-repeat 384px 55px;
	/*border: 1px solid red;*/
	height: 95px;
	padding-left: 14px;
}

.inner_email .field {
	float: left;
	height: 30px;
	width: 278px;
	margin-top: 55px;
	background: url(gfx/mainpage/main_updates_email_input.jpg) no-repeat bottom left;
}

.inner_email form {
	margin: 0;
	padding: 0;
}

.inner_email input {
	border: 0px solid red;
	width: 262px;
	margin: 6px 0 0 8px;
	background-color: #141E25;
	color: #ffffff;
}

.inner_email a.button {
	float: left;
	height: 30px;
	width: 92px;
	display: block;
	margin-top: 55px;
	
}

.inner_email a.button:link, .inner_email a.button:visited {
	background: url(gfx/mainpage/main_updates_email_submit.jpg) no-repeat bottom left;
}

.inner_email a.button:hover {
	background: url(gfx/mainpage/main_updates_email_submit_hover.jpg) no-repeat bottom left;
}

#content_top {
	background: url(gfx/secondary/main_secondarybase_topright.jpg) no-repeat top right;
	clear: both;
}

#content_top .contact {
	height: 57px;
	background: url(gfx/secondary/main_secondarybasetitle_contact.jpg) no-repeat top left;
	/*border: 1px solid red;*/
}

#content_top .about {
	height: 57px;
	background: url(gfx/secondary/main_secondarybasetitle_aboutus.jpg) no-repeat top left;
	/*border: 1px solid red;*/
}

#content_top .info {
	height: 57px;
	background: url(gfx/secondary/main_secondarybasetitle_info.jpg) no-repeat top left;
	/*border: 1px solid red;*/
}

#content {
	background: url(gfx/secondary/main_secondarybase_right.jpg) repeat-y top right #ffffff;
}

#content .leftborder {
	background: url(gfx/secondary/main_secondarybase_left.jpg) repeat-y top left;
	/*border: 1px solid red;*/
	zoom: 1;
}

#content .logo {
	height: 185px;
	background: url(gfx/secondary/main_aboutus_logo.png) no-repeat top center;
	padding: 0;
}

#content p {
	margin: 0;
	padding: 0;
	font-size: 16px;
	padding: 0 50px;
}

#content h2 {
	padding: 0 50px;
	margin: 8px 0;
	font-size: 16px;
}

#content a:link, #content a:visited {
	color: #0077dc;
}

#content a:hover {
	color: #2b9eff;
}

#simple_form {
	width: 866px;
	height: 369px;
	margin-left: 0px;
}

#simple_form form {
	margin: 0;
	padding: 0;
}

#simple_form ul {
	margin: 0;
	padding: 8px 20px 0 102px;
	list-style-type: none;
}

#simple_form ul li.message {
	margin: 15px 0 0 0;
	padding: 0;
	width: 744px;
	height: 155px;
	background: url(gfx/secondary/main_contact_message.jpg) no-repeat top left;
}

#simple_form ul li a {
	margin: 13px 0 0 0;
	padding: 0;
	width: 106px;
	height: 36px;
	display: block;
	float: right;
}

#simple_form ul li a.submit:link, #simple_form ul li a.submit:visited {
	background: url(gfx/secondary/main_contact_send.jpg) no-repeat top left;
}

#simple_form ul li a.submit:hover {
	background: url(gfx/secondary/main_contact_send_hover.jpg) no-repeat top left;
}

#simple_form ul li textarea {
	padding: 0;
	margin: 3px 0 0 5px;
	border: 0;
	width: 736px;
	height: 148px;
	background-color: #F5FAFF;
	color: #000000;
	font-family: verdana, tahoma, arial;
}


#new_comment {
	background: url(gfx/secondary/main_contact_bg.png) no-repeat top left;
	width: 866px;
	height: 369px;
	margin-left: 50px;
}

#new_comment form {
	margin: 0;
	padding: 0;
}

#new_comment ul {
	margin: 0;
	padding: 8px 20px 0 102px;
	list-style-type: none;
}

#new_comment ul li.name, #new_comment ul li.subject {
	background: url(gfx/secondary/main_contact_name.jpg) no-repeat top left;
	padding: 0;
	margin: 0;
	width: 304px;
	height: 34px;
	/*border: 1px solid red;*/
}

#new_comment ul li.email {
	background: url(gfx/secondary/main_contact_name.jpg) no-repeat top left;
	padding: 0;
	margin: 0;
	width: 710px;
	height: 34px;
}

#new_comment ul li.name {
	/*margin: 0 0 0 102px;*/
}

#new_comment ul li.email {
	margin-top: 14px;
}

#new_comment ul li.email div.result_ok {
	float: right;
	width: 367px;
	height: 34px;
	background: url(gfx/secondary/main_contact_msgbox_thankyou.jpg) no-repeat top left;
}

#new_comment ul li.email div.result_error {
	float: right;
	width: 367px;
	height: 34px;
	background: url(gfx/secondary/main_contact_msgbox_error.jpg) no-repeat top left;
}

#new_comment ul li.subject {
	margin-top: 13px;
}

#new_comment ul li.message {
	margin: 15px 0 0 0;
	padding: 0;
	width: 744px;
	height: 155px;
	background: url(gfx/secondary/main_contact_message.jpg) no-repeat top left;
}

#new_comment ul li a {
	margin: 13px 0 0 0;
	padding: 0;
	width: 106px;
	height: 36px;
	display: block;
	float: right;
}

#new_comment ul li a.submit:link, #new_comment ul li a.submit:visited {
	background: url(gfx/secondary/main_contact_send.jpg) no-repeat top left;
}

#new_comment ul li a.submit:hover {
	background: url(gfx/secondary/main_contact_send_hover.jpg) no-repeat top left;
}

#new_comment ul li input {
	margin: 7px 0 0 5px;
	padding: 0;
	border: 0;
	height: 18px;
	width: 294px;
	background-color: #F5FAFF;
	color: #000000;
	font-family: verdana, tahoma, arial;
}

#new_comment ul li textarea {
	padding: 0;
	margin: 3px 0 0 5px;
	border: 0;
	width: 736px;
	height: 148px;
	background-color: #F5FAFF;
	color: #000000;
	font-family: verdana, tahoma, arial;
}

#content_bottom {
	background: url(gfx/secondary/main_secondarybase_bottom.jpg) no-repeat top left;
	height: 107px;
	padding-bottom: 52px;
	/*border: 1px solid red;*/
}

#footer_tile {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 1;
	background: url(gfx/mainpage/bg/main_bg_bottom_tile.jpg) repeat-x bottom left;
}

#footer_bg {
	background: url(gfx/secondary/main_secondarybg_bottom.jpg) no-repeat bottom center;
	height: 200px;
	/*border: 1px solid red;*/
}


#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 4;
	height: 52px;
	background: url(gfx/secondary/main_secondaryfooter.jpg) no-repeat top center;
}

#footer #inner_footer {
	width: 960px;
	height: 52px;
	text-align: right;
	margin: 0 auto;
}

#footer #inner_footer h3 {
	font-size: 11px;
	font-weight: 300;
	padding: 28px 50px 0 0;
	margin: 0;
	color: #fff;
}