/* CSS Document */
html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	overflow: auto;
}

body {
	background-color: #E6B149;
	color: #FFFFFF;
	font-family: verdana,Helvetica, Arial;
	padding: 0px;
}

#flash {
	position: absolute;
	top: 0px;
	left: 0px;		
	height: 100%;
	width: 100%;
}
