﻿*{
	margin:0;
	padding:0;
}
/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}	
#flashcontent {
	height: 100%;
	border:0;
	margin:0 auto;
}
	/* end hide *
	/* end hide */
body {
	overflow:auto;
	height: 100%;
	background-color: #09152B;
	color:#CCC;
	font-family:Arial;
	font-size:12px;
	text-align:left;
}
p {
  color: #999999;
}

a:link {
	color: #FF0;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a:visited {
	color: #FF0;
	text-decoration: none;
}
img{
	border:0;
}