/* @group Main */

* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	background: #f0f5fa;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

#content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
}

#noflash {
	font-size: 12px;
	font-family: "Arial", Geneva, sans-serif;
	width: 500px;
	height: 500px;
	position: absolute;
	top: 50%; left: 50%;
	margin: -250px 0 0 -250px;
	text-align: center;
	background: transparent url(logo.png) no-repeat center top !important;
	background: transparent url(logo.gif) no-repeat center top /* Trick IE */; 
}

#noflash h1 {
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 30px;
}

#noflash p {
	margin-top: 250px;
}


a:link, a:visited, a:active { color: #33699c; text-decoration: none; font-weight: bold;}
a:hover { color: #39b5ff; }

/* @end */










