* {
	margin: 0;
	padding: 0;
}

a {
	color: #FFF;
	text-decoration: none;
	outline: none;
}
		
a:hover {
	text-decoration: none;
}
		
img {
	border: none;
}

body {
	overflow: hidden;/*Needed to eliminate scrollbars*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100px;
	font-weight: normal;
	color: #FFFFFF;
	background: #FFFFFF; /*url('../images/bg.jpg')*/
}

#textRightTop {
	position: absolute;
	top: 49.9%;
	left: 49.6%;
	z-index: 3;
	font-size: 62%;
	white-space: nowrap;
	visibility: hidden;
}

#textRightMiddle {
	position: absolute;
	top: 65%;
	left: 50%;
	z-index: 3;
	font-size: 10%;
	white-space: nowrap;
	visibility: hidden;
}

#textRightBottom {
	position: absolute;
	top: 69.3%;
	left: 50%;
	z-index: 3;
	font-size: 10%;
	white-space: nowrap;
	visibility: hidden;
}

#textCentre {
	position: absolute;
	left: 50%;
	bottom: 19%;
	z-index: 3;
	font-size: 14%;
	white-space: nowrap;
	visibility: hidden;
}


/*Supersize Plugin Styles*/
#loading {
	position: absolute;
	top: 48%; 
	left: 48%;
	z-index: 3;
	width: 48px; 
	height: 48px;
	text-indent: -999em;
	background-image: url('../images/loading.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;
}