html, body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	color: #CCCCCC;
	background-color: #000000;
}

a {
	font-family: helvetica,arial;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}

img {
	border: 0px;
}

object { 
	outline:none; 
}

#page_container {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
}

#swf_container {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	position: relative;
}

#noFlash {
	text-align: center;
}
