
/* overall */

body { 
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#ffffff;
	font-size: 9px;
	color: #cccccc;
}



/* elements */

img { 
	border:0px;
}

a:link, a:visited {
	text-decoration:none;
	background-color:#ffffff;
}

a:hover, a:active {
	text-decoration:none;
	background-color:#333333;
}



/* content */

#flashcontent {
	width:800px;
	height:600px;
}

#footer {
	width:800px;
	height:30px;
	margin:0 auto;
}

#footer .copyright {
	float: left;
	width:400px;
	height: 30px;
	text-align: left;
}

#footer .skip {
	float: left;
	width:400px;
	height:30px;
	text-align: right;
}
