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: #ffe19a;
	height: 100%;
	color: #5f1100;
}

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

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

#footer{
	position: relative;
	width: 1000px;
	height:50px;
	z-index:1;
	text-align: center;
}

#header h1{
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin:0px;
}

#headerText1{
	position: absolute;
	width: 200px;
	height: 75px;
	top: 280px;
	left:40px;
}

#headerText2{
	position: absolute;
	width: 200px;
	height: 75px;
	top: 160px;
	left:530px;
}

#headerText3{
	position: absolute;
	width: 675px;
	height: 75px;
	top: 430px;
	left:130px;
}

#headerPreview{
	position: absolute;
	width: 768px;
	height: 65px;
	left: 59px;
	top: 359px;
}

/* movieContainer */
.movieContainer{
	position: relative;
	background-image: url(../images/movieContainer.jpg);
	width: 1000px;
	height:535px;
	z-index:1;
	overflow: hidden;
}

.movieTitle{
	position: relative;
	width: 800px;
	left: 62px;
	top:75px;
	height: 95px;
}

.movieTitle h1{
	font-size: 14px;
	color: #ffe19a;
	padding: 0px;
	margin:0px;
}

.leftContainer{
	position: relative;
	width: 663px;
	height: 340px;
	left: 63px;
	float: left;
	margin-right: 10px;
	font-size: 11px;
}

.leftContainer img{
	border: 1px solid #000;
}

.thumb1{
	position: relative;
	width: 320px;
	height: 240px;
	background-color: #000;
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
	overflow: hidden;
}


.thumb2{
	position: relative;
	width: 320px;
	height: 240px;
	background-color: #000;
	float: left;
}

.rightContainer{
	position: relative;
	width: 210px;
	height: 340px;
	left: 65px;
	float: left;
}

.rightContainer img{
	border: 1px solid #000;
}

.thumb3{
	position: relative;
	width: 202px;
	height: 153px;
	margin-bottom: 10px;
}

.thumb4{
	position: relative;
	width: 202px;
	height: 152px;
	background-color: #000;
}

.preview{
	position: relative;
	width: 325px;
	height: 74px;
	left: 60px;
	top: -2px;
	float: left;
}

.access{
	position: relative;
	width: 297px;
	height: 74px;
	left: 60px;
	top: -2px;
	float: left;
}

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

.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;
}

h1{
	font-size: 14px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	color:#000;
	margin:0;
	padding:0;
	margin-top: 15px;
	margin-bottom: 15px;
}

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; } 

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

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

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

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