﻿body {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	margin: 0;
	padding: 0;
	font-size: 12px;
	/*background:url('images/WebHexedBackground.jpg');
	background-repeat: no-repeat;
	background-color: #333333;*/
	background-color: #1a1a1a;
}

#pageWrapper {
	width: 1102px;
	height: 1057px;
	background-image:url(images/WebHexedBackground.jpg);
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#pageNavigationBar {
	width: auto;
	height: 115px;
	margin-left: 85px;
	padding-top: 30px;
}

.boxFreeVersion {
	position: relative;
	margin-left: 794px;
	margin-top: 80px;
	width: 175px;
	height: 57px;
}

.boxPaidVersion {
	position: relative;
	margin-left: 745px;
	margin-top: 12px;
	width: 145px;
	height: 57px;
}

.boxFreeLink {
	position: absolute;
	height: 57px;
	width: 175px;
}

.boxPaidLink {
	position: absolute;
	height: 57px;
	width: 145px;
}

#pageFooter {
	margin-top: 427px;
	margin-left: 90px;
	height: 200px;
	width: 900px;
	border: solid 1px transparent;
}

#pageFooterLeft {
	margin-left: 14px;
	/*margin-top: 18px;*/
	margin-top: 16px;
	height: 164px;
	width: 344px;

}

#pageFooterRight {
	margin-top: 19px;
	margin-right: 20px;
	float: right;
	height: 160px;
	width: 485px;
}

.centeredImage
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    
}

#textStyle {
	margin-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #999999;
	text-align: justify;
}

.textContainer
{
	border-left: solid 2px #333333;
	border-right: solid 2px #333333;
	width: 556px;
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
}

.textCentered
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}