body, html{
	border: solid 0px;
	margin: 0px;
	padding: 0px;
	font-family: "Lucide Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
/* hide from ie on mac \*/
html {
	height: 100%;
	overflow-y: scroll;
}
#flashcontent {
	height: 100%;
	text-align: center;
}
#flashcontent .box {
	width: 179px;
	text-align: left;
}
/* end hide */
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #131313;
}
#page {
	height: 600px;
}
a:link, a:active, a:visited{
	color: #ffcc00;
}
a:hover{
	color: #ffcc00;
}
