@charset "utf-8";
/* CSS Document */

body 
{
background-image: url(images/back_ground_png.png);

}

#mainbox {
	position: absolute;
	left: 220px;
	top: 45px;
	width: 937px;
	background-color:#CCCCCC;
	padding: 10px;
	overflow:hidden;
}

#mainbox_scroll {
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCC;
	position: absolute;
	left: 223px;
	top: 45px;
	width: 932px;
	padding: 10px;
	overflow:scroll;
	height: 265px;
}

#mainbox_no_scroll {
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCC;
	position: absolute;
	left: 223px;
	top: 45px;
	width: 932px;
	padding: 10px;
	overflow:hidden;
	height: 265px;
}

#movie_holder {
	position: absolute;
	left: 220px;
	top: 45px;
	width: 932px;
	background-color:#000;
	padding: 10px;
	overflow:hidden;
}



form
{
	padding: 50px;
	top: 250px;
margin-left: 460px;
/*width: 400px;*/
}


#goback {
	position: absolute;
	left: 240px;
	top: 515px;
	width: 84px;

}

#down_load {
	position: absolute;
	left: 925px;
	top: 200px;
	width: 184px;

}

#down_load_mov {
	position: absolute;
	left: 925px;
	top: 260px;
	width: 184px;

}


#develop{

	position: absolute;
	left: 600px;
	top: 240px;
	color:#FFF;

}

ul {
	font-family: Arial, Helvetica, sans-serif;
	
	line-height: 1.2 em;
	font-weight:lighter;
	font-size:16px;

	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	text-indent: 5px;
	list-style-position: outside;
	list-style-image: url(arrow.gif);
	list-style-type: square;
	padding: 6px;
	margin: 2px;

}

#address{
	position: absolute;
	left: 285px;
	top: 75px;
	z-index: 1;


}
a:link {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	
}
a:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}

/*PRIVACY FOOTER*/
#footer {
left:220px;
position:absolute;
width:937px;
color:#FFFFFF;
margin-top:1em;
}
#footer #line {
text-align:center;
margin-top:.5em;
padding-top:2px;
background-color:#CCCCCC;
}
#footer #decal {
margin-top:-1em;
}
#footer a:link {
color:#CCCCCC;
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
}
#footer a:hover {
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
}
#footer a:visited {
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
}
#footer #copyright {
color:#CCCCCC;
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
text-align:right;
margin-top:-12px;
}

li {
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	font-weight:lighter;
	
	}
