@charset "UTF-8";
/* CSS Document */

body, html {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	line-height:1.1em;
}

a, a:visited {
	color: #666;
	text-decoration:none;
	border:0;
}

a:hover, a:active {
	border-bottom: 2px solid #CC0033;
}

#message {
	position:relative;
	top: 0;
	left: 0;
	height:5.5%;
	padding-top: 5px;
	margin-bottom: 10px;
	
	color: #FFF;
	background: #9C9C9C;
	font-family: 'Trebuchet MS', Trebuchet, Helvetic, Verdana, Arial;
	text-align:center;
	font-size:11px;
}
iframe {
	width: 100%;
	height: 100%;
	position:relative;
	border:0;
}