/********** GENERAL **********/

html, body { /* Force Vertical Scrollbar */
	/* IE 
	overflow-y: scroll; */
	/* Moz */
	height: 100%;
}

body
{
	position: relative;
 	background-position: right !important;
 	background-color: #e27b1f;
	color: #fff;
	margin: 0px auto 0px !important;
	padding: 0 !important;
	width: 750px;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	} /* explaining font-sizes to dumb IE/PC */

html>body {
	font-size: small;
} /* Be nice with Opera rule */

img {
	border: 0;
	text-align: center;
	margin-top: 2em;
}

p {
	text-align: left;
	margin-left: 15em;
}

a:link {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	background: #e27b1f;
	color: #fff;
	text-decoration: none;
}

a:active {
	text-decoration: underline;
}

#page {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #583119 url(i/splashbkg.jpg) bottom right no-repeat; 
	text-align: center;
}

#flashcontent {
	margin: 0;
	padding: 0;
}