*{
	margin:0;
	padding:0;
}
a{
	color:#8FC2FF;
	text-decoration: none;
	outline: none;
}
a:hover{
	text-decoration: underline;
}
a.logo {
	width: 100%;
	margin-top: 35px;
	height: 68px;
	display: block;
	background: url("images/logoIndex.png") no-repeat top left;
	text-indent: -999em;
}
a.logo:hover {
	background-position: bottom left;
}
img{
	border:none;
}
body {
	overflow:hidden;/*Needed to eliminate scrollbars*/
	background:#fff;
}
#content{
	margin:0px auto;
	height:128px;
	_height:108px;
	width:100%;
	top:0px;
	z-index: 3;
	position:absolute;
	background-color: #fff;
	opacity: .9;
	filter: alpha(opacity=90);
	-moz-opacity: .9;
}
#contentframe{
	overflow: hidden;
	height: 100%;
	text-align:left;
	z-index: 3;
	margin: 20px auto auto 0;
}
/*Supersized Stamp*/
.stamp{
	float: right;
	margin: 25px 20px 0 0;
}
#loading {
	position: absolute;
	top: 49.5%; 
	left: 49.5%;
	z-index: 3;
	width: 16px;
	height: 16px;
	text-indent: -999em;
	background-image: url(images/progress.gif);
}
#supersize{
	position:fixed;
}
#supersize img, #supersize a{
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
}
#supersize .prevslide, #supersize .prevslide img{
	z-index: 1;
}
#supersize .activeslide, #supersize .activeslide img{
	z-index: 2;
}