@import "reset.css";
@import "colorbox.css";

html, body {
	height: 100%;
	}

body {
	/*background: #fff url('../img/bg-body.jpg') repeat-x;*/
	background: #7ebade;
	font: 11px/1.25 Arial, Tahoma, Verdana, sans-serif;
	color: #114387;
}

h1 {
	margin: 0 0 0.5em;
	font-size: 18px;
	}

h2 {
	font-size: 14px;
	}

a {
	color: #114387;
	text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
		}

#logo {
	margin: 30px auto;
	width: 155px;
	height: 92px;
	}
	#logo a {
		display: block;
		width: 155px;
		height: 92px;
		background: url('../img/logo.png') no-repeat;
		font-size: 2em;
		color: #fff;
		text-indent: -9999em;
		}

#wrapper {
	margin: 0 auto;
	width: 830px;
	}

#holder {
	padding: 15px;
	background: #fff;
	-moz-border-radius: 10px;
	-wekbit-border-radius: 10px;
	}

#landing {
	width: 800px;
	
	min-height: 550px;
	font-size: 13px;
	}
	#landing p {
		margin: 0.5em 0;
		}

#enterScreen {
	display: block;
	margin: 0 0 0.75em;
	width: 800px;
	height: 550px;
	background: url('../img/enter-screen.jpg') no-repeat;
	text-indent: -9999em;
	}

#footer {
	margin: 0.75em 0;
	}
	#footer li {
		display: inline;
		margin: 0 0.5em 0 0;
		}

#getFlash {
	display: block;
	margin: 1em 0 0;
	width: 158px;
	height: 38px;
	background: url('../img/btn-get-flash.jpg') no-repeat;
	border: 1px solid #999;
	text-indent: -9999em;
	}