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

body {
	background-image: url(../Images/IndexBG2-Images/CSSTile-1.png);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#Top {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100px;
	z-index:5;
	background-image: url(../Images/IndexBG2-Images/GradTop.png);
}
#Bottom {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:100px;
	z-index:4;
	background-image: url(../Images/IndexBG2-Images/GradBottom.png);
}
#LeftCenter-Film {
	position:absolute;
	margin-left:0px;
	margin-top:-141px;
	left:0;
	top:50%;
	width:530px;
	height:280px;
	z-index:3;
	background-image: url(../Images/IndexBG2-Images/IndexFilmLeft.png);
}
#Center-Film {
	position:absolute;
	margin-top:-118px;
	left:0px;
	top:50%;
	width:100%;
	height:280px;
	z-index:1;
	background-image: url(../Images/IndexBG2-Images/IndexCenterFilm.png);
}
#Center2-Film {
	position:absolute;
	margin-top:-118px;
	left:0px;
	top:50%;
	width:529px;
	height:280px;
	z-index:2;
	background-image: url(../Images/IndexBG2-Images/IndexCenterFilm2.png);
}

/*RollOvers and Spacer*/
#ButtonContainer {
	position:absolute;
	width: 148px;
	height: 25px;
	top: 50%;
	right: 0;
	margin-top: -30px;
	z-index: 6;
}
#Spacer {
	position:absolute;
	margin-top:-30px;
	right:42px;
	top:50%;
	width:9px;
	height:25px;
	z-index:7;
	background-image: url(../Images/IndexBG2-Images/Spacer.png);
}


a.Faces {
	display: block;
	text-decoration: none;
	width:25px;
	height:25px;
	background-image: url(../images/IndexBG2-Images/Faces_RollOver.jpg);
	float:right;
	margin-right:10px;
	_margin-right:5px;
}
a.Faces:hover {
	background-position: -25px 0;
}
.Faces_displace {
	position: absolute;
	left: -5000px;
}


a.getFirefox {
	display: block;
	text-decoration: none;
	width:25px;
	height:25px;
	background-image: url(../images/IndexBG2-Images/Firefox_RollOver.jpg);
	float:left;
	margin-left:5px;
}
a.getFirefox:hover {
	background-position: -25px 0;
}
.getFirefox_displace {
	position: absolute;
	left: -5000px;
}


a.getFlash {
	display: block;
	text-decoration: none;
	width:25px;
	height:25px;
	background-image: url(../images/IndexBG2-Images/Flash_RollOver.jpg);
	float:left;
	margin-left:5px;
}
a.getFlash:hover {
	background-position: -25px 0;
}
.getFlash_displace {
	position: absolute;
	left: -5000px;
}


a.PCcheck {
	display: block;
	text-decoration: none;
	width:25px;
	height:25px;
	background-image: url(../images/IndexBG2-Images/CheckPC_RollOver.jpg);
	float:left;
	margin-left:5px;
}
a.PCcheck:hover {
	background-position: -25px 0;
}
.PCcheck_displace {
	position: absolute;
	left: -5000px;
}