body, html { width: 100%; height: 100%; }
#flashContent, #flashContentNS { width:100%; height:100%; }

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #d5f6ff;
	text-decoration: none;
	
	position: relative;
}
img {
	margin-top: 100px;
	text-decoration: none;
	border-style: none;
}
a {
	font-family:"Comic Sans MS", cursive;
	position: absolute;
	top: 50%;
	width: 400px;
	height: 10em;
	margin-top: -5em;
	margin-left: -200px;
}