* {
	
	margin:0;
	padding:0;
}

img {
	
	border:none;
}

.clear {
	
	clear:both;
}

a {
	
	text-decoration:none;
	color:#FDFFD8;
}

body {
	
	font-family:Arial;
	background:#006099;
}

#red {
	
	background:#990000;
}

#topBlue {
	
	background:url(../media/images/topBlueSliver.gif) repeat-x;
	padding:5px 0 0 0;
}

#topRed {
	
	background:url(../media/images/topRedSliver.gif) repeat-x;
	padding:5px 0 0 0;
}

#topBlue, #topRed {
	
	border-bottom:1px solid #FDFFD8;
}

.blueSplash, .redSplash {
	
	width:978px;
	margin:0 auto;
}

.blueSplash p, .redSplash p {
	
	text-align:center;
	padding:20px 0 10px 0;
	color:#FDFFD8;
	font-weight:bolder;
}

.blueSplash p a, .redSplash p a {
	
	padding:3px;
}

.blueSplash p a:hover, .redSplash p a:hover {
	
	background:#EEF397;
	color:#006099;
	padding:3px;
}

.blueSplash {
	
	background:url(../media/images/blueHighlight.png) no-repeat center bottom;
}

.redSplash {
	
	background:url(../media/images/redHighlight.png) no-repeat center bottom;
}

.icon {
	
	float:left;
	padding:10px 10px 0 350px;
}

h1 {
	
	color:#EEF397;
	font-size:46px;
	float:left;
}

h2 {
	
	color:#FDFFD8;
	font-size:52px;
	text-align:center;
}

#screenshotBox {
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius: 10px;
	background:#333333;
	
}

.screenshots {
	
	float:left;
	margin:0 0 0 30px;
}

#createAccount {
	
	position: relative;
	overflow:hidden;
	padding:30px 0 0 0;
	margin:0 0 0 370px;
}
#createAccount li {
	
	width:226px;
	height: 54px;
	float: left;
	list-style-type: none;
}

#createAccount li a {
	
	display: block;
	width:226px;
	height:54px;
	background-image: none;
	text-decoration: none;
	text-align:center;
}

#createAccount li a strong {
	
	display:none;
}

#createAccount li a:hover strong {
	
	background-image:url(../media/images/greenButton.png); background-repeat:no-repeat;
	width:226px;
	height:54px;
	display: block;
	position: relative;
	left: 0;
	bottom:54px;  /* 58 */
	z-index:999;
	text-indent:-9999px;
}

#redButton li a:hover strong {
	
	bottom:58px;
}

#footer {
	
	width:978px;
	margin:20px auto;
}

#webstrong {
	
	float:right;
}

#footer p, #footer a {
	
	font-size:12px;
	color:#FDFFD8;
}

#footer p {
	
	padding:0 0 20px 0;
}
