html,body,font,div,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,p {   
	list-style: none;
	margin: 0;
	padding: 0;
}
html {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-color: #000;	
}
body {
	width: 100%;
	height: 805px;
	margin: 0 auto;
	background-image: url(images/flame.png);
	background-repeat: repeat-x;
}
#wrap {
	width: 1000px;
	height: 805px;
	margin: 0 auto;
	background-image: url(images/mockup.png);
	background-repeat: no-repeat;
}
#top {
	width: 1000px;
	height: 220px;
	text-align: center;
}
#nav {
	width: 1000px;
	height: 30px;
	text-align: center;
	margin: 59px 0px 0px 0px;
	font-family: Arial, Gadget, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #036;
}
#nav a {
	text-decoration: none;
	color: #fff;
	margin: 0px 3px 0px 3px;
}
#nav a:hover {
	text-decoration: underline;
	color: #f00;
	margin: 0px 3px 0px 3px;
}
#header {
	width: 730px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 10px 135px 0px 135px;
}
#header h1 {
	font-family: Arial, Gadget, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}
#content {
	width: 770px;
	height: 470px;
	border: 5px solid #fff;
	padding: 10px 10px 0px 10px;
	margin: 0px 100px 80px 100px;
	overflow: auto;
	font-family: Arial, Gadget, sans-serif;
	font-size: 14px;
	background-color: #000; color:#fff; opacity: 0.7;
	background-color: #000; color:#fff; filter: alpha(opacity=70);
}
#content h1 {
	font-family: Arial, Gadget, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	padding: 0px 0px 10px 0px;
}
#content p {
	font-family: Arial, Gadget, sans-serif;
	font-size: 14px;
	color: #fff;
	padding: 0px 0px 10px 0px;
}
#footer {
	width: 1000px;
	height: 15px;
	font-size: 10px;
	color: #fff;
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
#footer a {
	text-decoration: none;
	color: #fff;
}
#footer a:hover {
	text-decoration: none;
	color: #f00;
}
.contactform {
	color: #036;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
.inputstuff {
	margin: 3px;
	color: #fff;
	border: 3px solid #fff;
	background-color: #000;
}
#floatdiv {
	position: absolute; 
	width: 200px; 
	height: auto;
	border: 2px solid #2266AA; 
	top: 10px; 
	left: 600px
}