/*/////////////////////////////////////////////////////////////////*/
/*///////////////////////// LAYOUT ////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

html {
    height: 100%;
	margin: 0px;
	overflow: auto;
}
body {
	height: 100%;
	margin: 0px;
	background: #000;
	font-family: Georgia, Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
#flashContainer {
	height: 100%;
	width: 100%;
	position: absolute;
}





h1 {
	font-size: 18px;
	font-weight: lighter;
}

h3 {
	font-size: 18px;
	font-weight: lighter;
}

a:link, a:visited { 
	color: #d02433; 
	text-decoration: underline;
}
a:hover, a:active { 
	color: #d02433;
	text-decoration: none;
}

ul, li {
	margin: 0px;
	padding: 0px;
}

