/*/////////////////////////////////////////////////////////////////*/
/*///////////////////////// GLOBAL ////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

html {
    height: 100%;
	margin: 0px;
	overflow: auto;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	height: 100%;
	margin: 0px;
	background: #ececeb;
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 150%;
	color: #000000;
}

#flashContainer {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: absolute;
}

#page {
	background-color: #ececeb;
	position: absolute;
	top: 50%;
	left: 0;
	border: solid 0px #000;
	text-align: center;
	width: 100%;
	}
	
#content {
	position: absolute;
	top: 30px;
	margin-left: 30px;
	width: 500px;
	padding: 10px 0px 10px 0px;
	overflow: hidden;
	text-align: justify;
	}

#content p {
	text-decoration: none;
	color: #ececeb;
	}
	
#content h1 {
	text-decoration: none;
	color: #ececeb;
	font-size: 1em;
	}
	
#content a {
	text-decoration: none;
	color: #ececeb;
	font-weight: bold
	}