@charset "utf-8";

* {margin:0px; padding:0px;}

body{
	background-color:#7e418e;
	font-size:90%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#2e0539;
	height:100%;
	width:100%;
}

html {
	background-color:#7e418e;
	font-size:90%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#2e0539;
	height:100%;
	width:100%;
}

img {border: 0;}

h1,h2 {margin-bottom: 15px;}
h3 {margin-bottom: 10px;}

p {margin-bottom: 15px;}

a {
	color:#42144e;
	text-decoration:underline;
}

a:hover {
	color:#b8d900;
}

hr {color: #361C0D; height: 1px; margin-top: 20px;}

ul {
	list-style-type: disc;
	margin-left: 40px;
	margin-bottom: 20px;
}

err { text-align:left;}

#header {
	float:left;
	padding: 20px;
	position:absolute;
	top:0;
	/*border: #FF0000 solid 1px;*/
}

#flash {
	height: 100%;
	width:100%;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	line-height: 100%;
}

#flashContent {
	width: 983px;
	text-align:center;
	margin-top: 50px;
	line-height: 100%;
}

#installContent {
	left:50%;
	margin-left:-107px;
	margin-top:-90px;
	position:absolute;
	top:50%;
}

#under18Content {
	/*
	left:50%;
	margin-left:-325px;
	margin-top:-487px;
	position:absolute;
	top:50%;
	*/
}
.under18Content2{
	left:50%;
	margin-left:-353px;
	margin-top:-200px;
	position:absolute;
	top:50%;
	}

#under18thanks {
	left:50%;
	margin-left:-325px;
	margin-top:-137px;
	position:absolute;
	top:50%;
}

#copy{
	position: absolute;
	top: 50%;
	margin-top: 150px;
	text-align:center;
	width:100%;
}

#imgLeft {
	text-align:left;
}

#imgRight {
	float:right;
	text-align:right;
	margin-top: -43px;
}

#flashHeader, #flashSubHeader, #flashText, #flashInfo, #flashDownload {
	margin-top: 20px;
	/*width: 775px;*/
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
}

#flashHeader {font-size: 175%;}
#flashSubHeader {font-size: 140%;}

#footer_b {
	padding-top:20px;
	padding-bottom:20px;
	width: 100%;
	float:left;
	position:absolute;
	bottom:0;
}

#footer {
	padding-top:20px;
	padding-bottom:20px;
	width: 100%;
}

#footerLeft {
	float:left;
	padding-left:20px;
}

#footerRight {
	float:right;
	padding-right:20px;
}

/* INSTALLER SPECIFIC */

.appDownload {
	background-color: #2f063a;
	color: #c59fc4;
	height:100%;
}
.appDownload2 {
	background-color: #2f063a;
	color: #c59fc4;
	height:auto;
}

.appDownload a, .appDownload2 a{
	color: #7e418e;
}

.appDownload #flash, .appDownload2 #flash {
	background: url(../img/air-background.jpg) center no-repeat;
	width: 100%;
	height: 100%;
}

#installOuter {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
}

#altMessage {
	width: 200px;
}
.clear{clear:both;}