html {margin:0; padding:0; width:100%; height:100%; overflow:hidden;}
body {
	font-family:verdana, arial, sans-serif;
	font-size:70%;
	background-color: #333;
}

#scrolling {position:absolute; width:100%; height:100%; top:0; left:0; overflow-y:auto; overflow-x:hidden; z-index:2;} 
#content {padding:5px 300px 20px 200px;}

#background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}


#float {
	z-index: 10;
	position: fixed;
	top: 44%;
	left: 50%;
	margin: 205px 0 0 165px;
	width: 310px;
	height: 80px;
	background: url(img/att.jpg) no-repeat;
}

#container {
	z-index: 0;
	position: absolute;
	top: 44%;
	left: 50%;
	width: 960px;
	height: 560px;
	margin: -250px 0 0 -486px;
	text-align: left;
	border:solid #FFF;
	border-width:5px 5px 5px 5px;
}


#header {
	width: 960px;
	height: 90px;
	font-size:11px;
	color: #FFF;
	background:#6e0c42;
}

#menu {
	width: 956px;
	height: 30px;
	font-size:11px;
	color: #FFFFFF;
	background:#6E0C42;
	border:solid #6e0c42;
	border-width: 2px 2px 2px 2px;
}

#iframe {
	width: 956px;
	height: 408px;
	background-color: #FFFFFF;
	border:solid #6e0c42;
	border-width: 0px 2px 0 2px;
	overflow: none;
}

#footer {
	width: 956px;
	height: 24px;
	font-size:11px;
	color: #FFF;
	background:#6e0c42;
	border:solid #6e0c42;
	border-width: 2px 2px 2px 2px;
}

a {	font-size: inherit; }
a:link, a span.hilite {	text-decoration: none; 	color: #c5e2b5; }
a:visited { text-decoration: none;	color: #95be7d; }
a:hover, a span.hilite:hover { 	text-decoration: underline;	color: #a1ff66; }
a:active, a span.hilite:active { text-decoration: none !important; 	color: #fff; }
