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

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

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

#footer{
	position: relative;
	width: 907px;
	height:100px;
	z-index:1;
	text-align: center;
	color: #ffe700;
	margin: 0;
	padding:0;
}

#hdrTrailer{
	position: relative;
	width: auto;
	height: auto;
	float: left;
}


#hdrAccess{
	position: relative;
	width: auto;
	height: auto;
	float: right;
}

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

/* movie container */
.movieContainer{
	position: relative;
	width: 897px;
	height: 430px;
	padding-top: 7px;
	padding-left: 10px;
	background-image: url('../images/moviecontainer.jpg');
}

.movieTitle{
	position: relative;
	width: 869px;
	height: 20px;
	top: 8px;
	left: 15px;
	text-transform: uppercase;
	margin-bottom: 19px;
	color: #fff;
}

.imageContainer{
	position: relative;
	width: 240px;
	height: 315px;
	left: 11px;
	float: left;
}

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

.thumbContainer{
	position: relative;
	width: 424px;
	height: 315px;
	left: 19px;
	float: left;
	margin-right: 27px;
}

.textContainer{
	position: relative;
	width: 180px;
	height: 215px;
	float: left;
	padding: 5px;
	font-size: 13px;
	line-height: 150%;
}

.thumb1{
	position: relative;
	width: 208px;
	height: 157px;
	float: left;
	margin-right: 8px;
}

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

.thumb2{
	position: relative;
	width: 208px;
	height: 157px;
	float: left;
	margin-bottom: 8px;
}

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

.thumb3{
	position: relative;
	width: 208px;
	height: 157px;
	float: left;
	margin-right: 8px;
}

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

.thumb4{
	position: relative;
	width: 208px;
	height: 157px;
	float: left;
}

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

.trailer{
	position: absolute;
	top: 299px;
	left: 695px;
	width: 265px;
	height: 58px;
	float: left;
}

.directAccess{
	position: absolute;
	top: 350px;
	left: 695px;
	width: 265px;
	height: 58px;
	float: left;
}

.webcamContainer{
	position: relative;
	width: 908x;
	height: 373px;
	padding-top: 40px;
	padding-left: 80px;
	background-image: url(../images/webcamCnt.jpg);
	background-repeat: no-repeat;
}

/* webcam containers */
.webcamCnt{
	position: relative;
	width: 146px;
	height: 143px;
	margin-right: 4px;
	margin-bottom: 4px;
	float: left;
	border: 1px solid #002842;
	text-align: center;
	color:#ffe700;
}

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

.chatBtn{
	position: relative;
	width: 146px;
	top: -3px;
	height: 18px;
	background-color: #002842;
	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 #fff;
}

.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: #1c6c9e;
	text-align: center;
	padding: 5px 5px 0px 5px;
	margin-right: 3px;
	float: left;
	text-transform:uppercase;
}

.quickJumperSelected{
	border: 1px solid #000;
	background-color: #00436d;
	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: #fff; 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: #fff; text-decoration: underline; }
a.quickJumperSelected:visited {color: #000; text-decoration: none; }
a.quickJumperSelected:active {color: #000; } 


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


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

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

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

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