@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	overflow: hidden
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}

#flashcontent {
	width: 100%;
	height: 100%;
}

#contentBox {
	margin:auto;
	width:900px;
	padding:200px 0;
} 

h1 {
	color:#2362b3;
} 

h2 {
	font-style:italic;
	color:#2362b3;
}

p {
	line-height:21px;
}

a {
	color:#f89d1e;
}

.flash {
	color:#f89d1e;
}