html,body{
	margin:0;
	padding:0;
	height:100%;
	overflow:hidden;
	font-family: Helvetica, Arial, sans-serif;
}

#content{
	height:100%;
}

#topbanner      { position: absolute; padding: 5px; top: 0; left: 0; right: 0; background: #ED145B; z-index: 100; text-align: center; font-size: 12px; }
#topbanner a    { display: block; color: #FFFFFF; text-decoration: none; }


