﻿@charset "UTF-8";

body, html, #no_flash_player {
	width:100%;
	margin:0;
	font-family:trebuchet ms, arial, helvetica, sans-serif;
	color:#fff;
	background:#031837;
}
body {
	height:915px;
	/* height:1100px; */
}
body#preloader {
	height:1050px;
}
a {
	color:#fff;
	font-size:12px;
	text-decoration:none;
}
a:hover {
	font-weight:bold;
}
#no_flash_player #content h4 {
	margin:0;
	color:#fff;
}
#no_flash_player #content p {
	margin:10px;
}
#no_flash_player #content {
	width:250px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-125px;
	margin-top:-55px;
	text-align:center;
	font-size:14px;
}
.hide {
	display:none;
}