html,body,font,div,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,p {   
				list-style: none;
				margin: 0;
				padding: 0;
}
html {
	background-color: #000;
	background-image: url(images/htmlback.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-image: url(images/top.png);
	background-repeat: no-repeat;
	background-position: top;
}
#wrapper {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
#page {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}
#top {
	width: 1000px;
	height: 90px;
}
#nav {
	width: 650px;
	height: 70px;
	padding: 20px 0px 0px 350px;
	text-align: left;
	font-family: Verdana, Arial;
	font-size: 12px;
}
#nav a {
	text-decoration: none;
	color: #fff;
	padding: 0px 0px 0px 20px;
}
.navi {
	width: 120px;
	height: 30px;
	float: left;
}
#movies {
	width: 800px;
	height: 200px;
	margin: 0px 100px 0px 100px;
	background-color: #069;
}
.clear {
	width: 1000px;
	height: 1px;
	float: none;
	clear: both;
}
#bottom {
	width: 900px;
	height: auto;
	margin: 10px 50px 0px 50px;
}
#bottomwrap {
	width: 900px;
	height: auto;
}
#bottom_1 {
	width: 238px;
	height: auto;
	float: left;
	padding: 0px 5px 0px 0px;
	overflow-x: hidden;
}
#bottom_2 {
	width: 650px;
	height: auto;
	padding: 0px 0px 0px 5px;
	border-left: 2px dotted #F60;
	float: left;
	color: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
}
#bottom h1 {
	color: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	padding: 5px;
}
#bottom h2 {
	color: #f00;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	padding: 5px;
}
#bottom p {
	color: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
}
#bottom a {
	text-decoration: none;
	color: #396;
}
#bottom_2 h1 {
	color: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	padding: 5px;
}
#bottom_2 h2 {
	color: #f00;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	padding: 5px;
}
#bottom_2 p {
	color: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
}
#bottom_2 a {
	text-decoration: none;
	color: #f60;
}
#bottom pre {
 overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
 white-space: pre-wrap; /* css-3 */
 white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
 white-space: -pre-wrap; /* Opera 4-6 */
 white-space: -o-pre-wrap; /* Opera 7 */
 /* width: 99%; */
 word-wrap: break-word; /* Internet Explorer 5.5+ */

color: #ffffff;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 14px;
text-align: left;
overflow-x: hidden;
}
#footer {
	width: 1000px;
	height: 15px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	margin: 0 auto;
	padding: 20px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow: hidden;
}
#footer a {
	text-decoration: none;
	color: #fff;
}
#footer a:hover {
	text-decoration: none;
	color: #f80;
}
.contactform {
	color: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
.inputstuff {
	border: 1px solid #396;
	margin: 5px;
}