/* div properties */

#container {
	width: 633px;
	position:relative;
	margin: 0 auto;
	text-align: left;
	height:800px;
	width:960px;
	z-index: 0;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000000;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	margin-top:0px;
}

#homeswf {
	position:absolute;
	left:250px;
	top:90px;
	width:476px;
	height:282px;
	z-index:100;
}
#mainimage {
	position:absolute;
	left:0px;
	top:0px;
	width:960px;
	height:800px;
	z-index:0;
}
#moviecopy {
	position:absolute;
	left:250px;
	top:370px;
	width:476px;
	height:88px;
	z-index:1;
	overflow: auto;
	background-image: url(../images/bg-main-content.png);
}
