body, html {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
    margin: 0 auto;
	overflow: hidden;
	color: #606060;
}

#main, #main-media {
	height: 100%;
	width: 100%;
    margin: 0 auto;
	display: none;
}

#main-media {
	display: block;
}

noscript div {
	position: absolute;
	top: 0;
}

#splash {
	background: #24a963;
	width: 778px;
	height: 410px;
	position: absolute;
	top: 50%;
	margin-top: -205px;
	left: 50%;
	margin-left: -389px;
	color:#fff;
}
#splash a{
		color:#fff;
		text-decoration:none;
	}
#splash a:hover{
	color:#999;
}


.no-popup{
 	color: #000;
	font-weight: bold;
}