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

* {margin:0;padding:0;}

html, body {
	height:98%;
	background:#000000;
}

a {
	color: #000000;
	text-decoration:none;
}

#wrapper {
	height:100%;
	width:100%;
}

#main {overflow:auto;
	padding-bottom: -36px;}

#title {
	width:990px;
	padding-top:20px;
}

#row1 {
	width:1020px;
	padding-top:60px;
}

#row {
	width:1020px;
	padding-top:15px;
	}

.middle {
	padding:0 15px 0 15px;
}

#footer {
height:36px;
margin-top:-36px;
position:relative;
width:100%;
clear:both;
}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

/* IMPORTANT

You also need to include this conditional style in the <head> of your HTML file to feed this style to IE 6 and lower and 8 and higher.

<!--[if !IE 7]>
	<style type="text/css">
		#wrap {display:table;height:100%}
	</style>
<![endif]-->

*/
