@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);

body, html
{
	margin: 0px;
	padding: 0px;
	background-color: #DFE4E3;
	text-align: center;
	font-family: 'Open Sans Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
	letter-spacing: -0.5px;
	line-height: 20px;
	color: #111;
}

a:active, a:focus
{
	outline: 0;
}

a, a:active, a:visited
{
	color: #fe017b;
	background-color: transparent;
	text-decoration: none;
	margin: 0px;
}

a:hover
{
	color: #111111;
}

ul, li
{
	margin-left: -10px;
}

ul
{
	margin-bottom: 20px;
}

/*#mainCopy a:link, a:active, a:visited, .inactiveLink
{
	text-decoration: none;
	color: #111;
	//font-weight: bold;
	font-size: 28px;
	background-color: #fff;
	//vertical-align: middle;
	//padding: 4px;
}

#mainCopy a:hover
{
	//color: #fff;
	background-color: #00ccff;
}*/

#sale
{
	z-index: 100;
	position: absolute;
	top: 470px;
	left: 690px;

	display: none;
}

#unityContainer
{
	background-color:rgba(0,0,0,0.9);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000;
	left: 0px;
	top: 0px;
	visibility:hidden;
}

#unityPlayer
{
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -480px;
	margin-top: -250px;
	text-align: center;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 10px;
	visibility: hidden;
	width: 0px;
	height: 0px;
	z-index: 1001;
}

.missing
{
	position: relative;
	top: 50%;
	margin-top: -33px;
}

#btns
{
	text-align: left;
	margin-bottom: 10px;
}

#content
{
	text-align: center;
	width: 850px;
	position: relative;
	//padding-top: 20px;
	top: 0px;
	left: 50%;
	margin-left: -425px;
	z-index: 100;
}

#releasenotes
{
	text-align: left;
	//width: 850px;
	position: absolute;
	//padding-top: 20px;
	top: 50px;
	left: 50px;
	//margin-left: -425px;
	//z-index: 100;
}

#headerBar
{
	background-color: #fff;
	width: 100%;
	height: 433px;
	z-index: 0;
	top: 0px;
	position: absolute;
}

#footer
{
	background-color: #fff;
	height: 210px;
	width: 100%;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#footerContent
{
	width: 850px;
	position: relative;
	left: 50%;
	margin-left: -425px;
	margin-bottom: 30px;
	text-align: left;
	padding-left: 20px;
}

#mbp
{
	position: relative;
	top: 20px;
	z-index: 0;
}

#video
{
	position: absolute;
	top: 41px;
	left: 124px;
	border-style: solid;
	border-width: 2px;
	border-color: #868787;
	width: 602px;
	height: 376px;
	z-index: 1;
}

#bodyContent
{
	position: relative;
	width: 850px;
	top: 20px;
	padding-bottom: 20px;
}

#mainCopy
{
	text-align: left;
	margin-left: 12px;
	margin-top: -15px;
	width: 825px;
}

#mainCopy p
{
	width: 675px;
}

#subCopy
{
	text-align: right;
	margin-right: -10px;
	margin-top: -185px;
}

#social
{
	float: right;
	margin-top: 30px;
	margin-right: 25px;
}

#volygon
{
	float: left;
}

.rounded
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.extraPadding
{
	padding: 4px;
}

.btnSpaced
{
	margin-right: 37.5px;
}

.bigger
{
	//font-size: 18px;
	font-weight: bold;
}

.header
{
	font-size: 24px;
}

.screenshot
{
	background-color: #fff;
	padding: 10px;
	margin-bottom: 10px;
}

.headline
{
	font-weight: bold;
	padding: 4px;
	background-color: #fff;
	line-height: 24px;
}

.copyright
{
	font-size: 16px;
	color: #666;
	position: relative;
	top: 25px;
	/*text-transform: uppercase;*/
}