body, html {
  background-color: #fff;
  margin: 0 0 0 0;
  text-align: left;
  font-family: "Lucida sans unicode";
  font-size: 11px;
	line-height: 125%;
	background-color: #464646;
	height: 100%;
	color: #fff;
}

#container {
	position: relative;
	width: 776px;
	margin-left:-375px;
	left:50%;
	height: auto;
	z-index:1;
}

#header1{
	position: relative;
	width: 776px;
	height: 446px;
	background-image: url('../images/header1.jpg');
	cursor: pointer;
}

#siteInfo1{
	position: absolute;
	width: 100px;
	height: 100px;
	top: 235px;
	left: 5px;
}

#header2{
	position: relative;
	width: 776px;
	height: 873px;
	background-image: url('../images/header2.jpg');
	cursor: pointer;
}

#footer{
	position: relative;
	width: 776px;
	height: 245px;
	background-image: url('../images/footer.jpg');
	cursor: pointer;
}

.movieContainer{
	position: relative;
	width: 776px;
	height: 310px;
	background-image: url('../images/movieContainer.jpg');
}

.webcamContainer{
	position: relative;
	padding-top: 10px;
	width: 776px;
	height: 350px;
	background-image: url('../images/webcamCnt.jpg');
}


.leftContainer{
	position: relative;
	padding-left: 25px;
	padding-top: 52px;
	width: 326px;
	height: auto;
	float: left;
}

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

.middleContainer{
	position: relative;
	width: 218px;
	height: auto;
	float: left;
	padding-left: 8px;
}

.thumb1{
	position: relative;
	top: 52px;
	width: 100px;
	height: 75px;
	float: left;
	cursor: pointer;
}

.thumb2{
	position: relative;
	top: 52px;
	width: 100px;
	height: 75px;
	float: left;
	cursor: pointer;
}

.thumb3{
	position: relative;
	top: 66px;
	width: auto;
	height: auto;
	cursor: pointer;
}

.bigThumb img{ border: 1px solid #000; cursor: pointer; }
.thumb1 img{ border: 1px solid #000; cursor: pointer; }
.thumb2 img{ border: 1px solid #000; cursor: pointer; }
.thumb3 img{ border: 1px solid #000; cursor: pointer; }

.rightContainer{
	position: relative;
	width:160px;
	padding-left: 15px;
	height: auto;
	float: left;
	padding-top: 10px;
}

.movieTitle{
	position: relative; 
	width: 100%;
	height: auto;
	top: 3px;
	color: #ff0000;
}

.movieDesc{
	position: relative; 
	width: 100%;
	height: auto;
	top: 3px;
}

.preview{
	position: absolute;
	width: 161px;
	height: 35px;
	top: 163px;
	cursor: pointer;
}

.directAccess{
	position: absolute;
	width: 161px;
	height: 80px;
	top: 213px;
	cursor: pointer;
}

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