body, html {
  background-color: #fff;
  margin: 0px;
	padding: 0px;
  text-align: left;
  font-family: "Lucida sans unicode";
  font-size: 11px;	
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
	background-color: #f1db14;
	height: 100%;
	color: #fff;
}

#container {
	position: relative;
	width: 900px;
	margin-left:-450px;
	left:50%;
	height: auto;
	z-index:1;
	background-image: url(../images/container.jpg);
}

#header{
	position: relative;
	background-image: url(../images/header.jpg);
	width: 900px;
	height:415px;
	z-index:1;
	cursor: pointer;
}

#footerD{
	position: relative;
	background-image: url(../images/footer.jpg);
	width: 900px;
	height:137px;
	z-index:1;
	cursor: pointer;
}

#hdrAccess{
	position: relative;
	background-image: url(../images/hdrAccess.jpg);
	width: 900px;
	height:94px;
}


/**** movieContainer ****/
.movieContainer{
	position: relative;
	background-image: url(../images/movieContainer.jpg);
	width: 900px;
	height:452px;
}

.leftContainer{
	position: relative;
	width: 402px;
	height: 452px;
	float: left;
}

.descriptionContainer{
	position: relative;
	width: 352px;
	height: 114px;
	padding-left: 47px;
	padding-top: 40px;
}

.thumb1Container{
	position: relative;
	width: 352px;
	height: 269px;
	padding-left: 47px;
}

.thumb1Container img{
	border: 3px solid #fde720;
}

.rightContainer{
	position: relative;
	width: 490px;
	height: 452px;
	float: left;
}

.thumbContainer{
	position: relative;
	width: 460px;
	height: 155px;
	padding-left: 28px;
	padding-top: 15px;
}

.thumbContainer img{
	border: 2px solid #000;
}

.btnContainer{
	position: relative;
	width: 470px;
	height: auto;
	padding-left: 22px;
	padding-top: 18px;
}

.autoFloat{
	position: relative;
	width: auto;
	float: left;
	margin-right: 24px;
}

.mouser{
	position: relative;
	width: auto;
	float: left;
	margin-right: 9px;
	border: 0px;
}


/**** end of movieContainer ****/
#footer{
	position: relative;
	width: 900px;
	height:50px;
	z-index:1;
	text-align: center;
	color: #000;

}


/* webcam containers */
.webcamContainer{
	position: relative;
	width: 900px;
	height: 373px;
	padding-top: 40px;
	padding-left: 70px;
	color: #000;
}

.webcamCnt{
	position: relative;
	width: 146px;
	height: 143px;
	margin-right: 4px;
	margin-bottom: 4px;
	float: left;
	border: 1px solid #000;
	text-align: center;
}

.webcamCnt img{
	border-top: 1px solid #000;
}

.chatBtn{
	position: relative;
	width: 146px;
	top: -3px;
	height: 18px;
	background-color: #000;
	color: #fff;
	text-align: center;
	text-transform: uppercase;

}

.perfContainer{
	position: relative;
	width: 110px;
	height: auto;
	float: left;
	margin-right:  6px;
	margin-bottom: 6px;
	border-top: 1px solid #000;
}

.perfContainer img{
	border: 1px solid #ccc;
}

/* webcam containers */

.quickJumperContainer{
	font-size: 11px;
	position: relative;
	width: auto;
	height: auto;
	margin:0;
	padding:0;
}

.quickJumper{
	position: relative;
	width: 15px;
	height: 20px;
	border: 1px solid #000;
	background-color: #ffa338;
	text-align: center;
	padding: 5px 5px 0px 5px;
	margin-right: 3px;
	float: left;
	text-transform:uppercase;
}

.quickJumperSelected{
	border: 1px solid #000;
	background-color: #fd6b00;
	position: relative;
	width: 15px;
	height: 20px;
	text-align: center;
	padding: 5px 5px 0px 5px;
	margin-right: 3px;
	float: left;
	text-transform:uppercase;
}

a.quickJumper:link {color: #000; text-decoration: none; }
a.quickJumper:hover {color: #ff0060; text-decoration: underline; }
a.quickJumper:visited {color: #000; text-decoration: none; }
a.quickJumper:active {color: #000; } 

a.quickJumperSelected:link {color: #000; text-decoration: none; }
a.quickJumperSelected:hover {color: #ff0060; text-decoration: underline; }
a.quickJumperSelected:visited {color: #000; text-decoration: none; }
a.quickJumperSelected:active {color: #000; } 


h1{
	font-size: 12px;
	color: #fff;
	padding:0px;
	margin:0px;
	margin-bottom: 3px;
}

a:link {
color: #ff0000;
text-decoration:none;
}

a:hover {
color: #ff0000;
text-decoration:none;
}

a:visited {
color: #ff0000;
text-decoration:none;
}

a:active {
color: #ff0000;
text-decoration:none;
}
