/* SPECIAL */

html {
  height: 100%;
  /*overflow: hidden; NO SCROLLBARS */
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-image: url(images/bg_site.jpg);
	background-repeat: repeat;
}

#flashcontent {
 height: 100%;

}
.static_text {
	text-align:left;
	color:#5E6D71;
	font-family:Trebuchet MS;
	font-size:14px;
}
#static a {
color:#85979A;
font-size:12px;
}
#static a:hover {
	color:#CAD1D2;
}