﻿/* CSS Reset */
/* http://meyerweb.com/eric/tools/css/reset/ *//* v1.0 | 20080212 */ 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: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
	font-family: TrajanPro-Bold;
	src: url(/fonts/TrajanPro-Bold.otf) format('opentype');
}
a:link {
	color: #ffffff;
}
a:visited {
	color: #ffffff;
}
a:hover {
	color: #cccccc;
	text-decoration: none;
}
a:active {
	color: #ffffff;
}
/* Main Layout */
html {
	text-align: center;
	background-color: #000000;
}
body {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	font-family: TrajanPro-Bold, Times, Georgia, serif;
	text-transform: uppercase;
	text-align: left;
	color: #ffffff;
	background: #000000 url('../images/bg_fatets_steam.jpg') top center no-repeat;
}
.wrap {
	position: relative;
}
div#content {
	padding: 587px 0 0 0;
	width: 1200px;
}
div#content_main {
	position: relative;
	margin: 0 auto;
	width: 942px;
	height: 261px;
	background: transparent url('../images/bg_dividers.png') no-repeat;
}
div#content_main p {
	padding: 22px 96px 0 96px;
}
div#content_main ul {
	padding: 3px 96px 0 96px;
}
div#screenshots {
	padding: 30px 96px 0 140px;
}
div#content_sub {
	float: left;
	width: 415px;
	height: 692px;
	background: transparent url('../images/content_bg.gif') no-repeat;
}
div#fb-box {
	padding: 48px 0 0 58px;
}
div#branding, div#footer_logos, div#site_info {
	width: 100%;
}
div#footer_logos, div#site_info {
	clear: both;
}
div#branding {
	position: relative;
	z-index: 10;
}
/* Beautification */

/* Primary FATE logo - includes monster */
h1 {
	position: absolute;
	top: 0;
	left: 132px;
	width: 932px;
	height: 614px;
	background: transparent url('../images/fate_ck_hero.png') no-repeat;
	text-indent: -9999px;
}
.headingMain {
	margin: 0 auto;
	width: 446px;
	height: 23px;
	padding: 40px 0 0 245px;
}
div#content_main p, ul {
	font-size: 13px;
	line-height: 18px;
}
/* play and buy btns */
#btnPlayWT {
	position: absolute;
	top: 488px;
	left: 237px;
	display: block;
	width: 359px;
	height: 57px;
	background: url('../images/btn_lrg_playonwt.png') no-repeat 0 0;
	text-indent: -99999px;
}
#btnSteam {
	position: absolute;
	top: 488px;
	left: 614px;
	display: block;
	width: 359px;
	height: 57px;
	background: url('../images/btn_lrg_getonsteam.png') no-repeat 0 0;
	text-indent: -99999px;
}

.bottomDivider {
	position: absolute;
	width: 942px;
	height: 146px;
	top: 520px;
	left: 0;
	z-index: -1;
}
/* list and bullet icons */
ul {
	margin-top: 0;
}
li {
	background-image: url('../images/bullet_swirl.gif');
	background-repeat: no-repeat;
	background-position: 0 auto;
	padding-left: 22px;
	margin-top: 14px;
}
/*  image preview - screenshots */
div#screenshots ul, div#screenshots li {
	margin: 0;
	padding: 0;
}
div#screenshots li {
	list-style: none;
	float: left;
	display: inline;
	margin-right: 10px;
	background-image: none;
}
.facebookWT_btn {
	position: absolute;
	top: 550px;
	left: 248px;
}
.facebookFATE_btn {
	position: absolute;
	top: 550px;
	left: 477px;
}
/* FATE footer logos */
.fate_logo1 {
	position: absolute;
	top: 1295px;
	left: 135px;
}
.fate_logo2 {
	position: absolute;
	top: 1295px;
	left: 464px;
}
.fate_logo3 {
	position: absolute;
	top: 1295px;
	left: 809px;
}
/* Site Info logo */
.wt_logo {
	position: absolute;
	top: 1455px;
	left: 483px;
}
div#site_info p, div#site_info a {
	font-size: 11px;
	line-height: 13pt;
	text-align: center;
}
