@charset "UTF-8";
/* CSS Document */

/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
	position: relative;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 700px;
	float: left;
	margin: 0px;
	}
	/* end hide */

	body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	color:#000000;
	font-family:sans-serif;
	font-size:20;
	}
	
	a {	
		color:#cccccc;
	}#container {
	width: 700px;
	margin-left: -350px;
	position: relative;
	left: 50%;
	height: 600px;
	z-index: 100;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
}
#copyright {
	position: relative;
	width: 700px;
	left: 50%;
	margin-left: -350px;
	background-color: #FFFFFF;
	float: left;
}
#navbar_holder {
	background-color: #FFFFFF;
	width: 700px;
	top: 480px;
	position: absolute;
}

