@charset "utf-8";
body {
	top: 0px;
	left: 0px;
	right: 0px;
	color: #D6D6D6;
}
iframe {
	height: 100%;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
a {
	font-family: Tahoma;
	color: #FFF;
	text-decoration: underline;
	font-size: 14px;
	font-weight: lighter;
}

.content {
	height: 100%;
	width: 100%;
	left: 0px;
	top: 5%;
	right: 0px;
	bottom: 0px;
	position: absolute;
	vertical-align: top;
	padding: 0px;
}
.header {
	height: 0%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	font-family: Tahoma;
	color: #FFF;
	font-size: 14px;
	font-weight: lighter;
	text-decoration: none;
}
