html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
height: 100%;
margin: 0;
padding: 0;
border: 0;
}
#wrapper {
	width: 800px;
	text-align: center;
	margin: 10px auto;
	padding: 140px 0;
	border: 1px solid #999999;
	}

body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	color: #999999;
	text-decoration: none;
	background: #181727;
	text-align: center;
	vertical-align: middle;
	
}

p {
font-size: 100%;
text-align: center;
margin-bottom: 10px;
}

em {
	font-size: 100%;
}
h1 {
	font-size: 220%;
	font-weight: normal;
	text-align: center;
	margin-bottom: 30px;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}
/*Flash Embed*/
#flashcontent {
		height: 100%;
	}