/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
}
/* end hide */

a {
	color: #000000;
}

a:hover {
	color: #000000;
}

body {
	color:#000000;
	background-color:#000000;
	font-size: 14px;
	font-family: Verdana;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image:url(background.jpg);
	background-repeat:repeat-x;
	background-position:top;
	
}
#top {
	position: absolute;
	left: 10%;
	top: 20px;
	width: 80%;
	font-weight: bold;
}
#content {
	position: absolute;
	left: 10%;
	top: 150px;
	width: 80%;
}
