@charset "UTF-8";

body {
	background-color: #256ADB;
	background-image: url(images/background.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body,td,th {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3;
}

a:link {
	color: #0292E7;
}

a:hover {
	color: #79DCFC;
}

a:visited {
	color: #0292E7;
}

a:active {
	color: #0292E7;
}

h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 26px;
	line-height: 26px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 4px;
}

h2 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 4px;
}

li {
	line-height: 1.2;
	margin: 0px;
}

#container {
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}

#header {
	background-image: url(images/header.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 174px;
	width: 390px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

#navigation {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
}

#content {
	border: 2px solid #000000;
	border-radius: 10px;
	background-image: url(images/bg-70.png);
	background-repeat: repeat;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	width: 340px;
}

#contentplay {
	border: 2px solid #000000;
	border-radius: 10px;
	background-image: url(images/bg-70.png);
	background-repeat: repeat;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 796px;
}

#footer {
	font-size: 11px;
	text-align: center;
	text-shadow: 0px 1px 0px #000000;
	color: #FFFFFF;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

#faqanswer {
	position: relative;
	left: 40px;
	width: 300px;
	margin-bottom: 13px;
}

#download {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#spacer {
	margin-bottom: 40px;
}

.downloadspacer {
	margin-left: 15px;
}

.screenshot {
	margin-top: 5px;
	margin-bottom: 20px;
}

.homescreenshot {
	margin-top: 10px;
	margin-bottom: 10px;
}

.download a:link {
	text-decoration: none;
	color: #FFFFFF;
}

.download a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.download a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.download a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.footerlogo {
	margin-bottom: 5px;
}

.navbutton {
	font-size: 16px;
	margin-left: 14px;
	margin-right: 14px;
	text-shadow: 0px 1px 0px #000000;
}

#navigation a:link {
	color: #FFFFFF;
}

#navigation a:visited {
	color: #FFFFFF;
}

#navigation a:active {
	color: #FF9900;
}

#navigation a:hover {
	color: #FF9900;
}