/* The html, body height:100% code when combined with #wrap min-height and height values allows the user to resize font and elements background to grow accordingly.  For Mozilla browsers a DISPLAY:table element is added to the layout styles */

/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */
html,body {margin:0;padding:0}
#wrap{ 
	min-height:100%;
	height:auto;
	width:800px; 
	margin:0 auto; 
	text-align:left;
	padding-top: 30px;
	padding-bottom: 20px;
} 
* html #wrap{height:100%;}
BODY {
	padding: 0px;
	margin: 0px;
	font: 0.7em/1.4em Tahoma, Verdana, Arial, Georgia, sans-serif;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.4em;
	background-color: #000000;
}
#container {
	background: #000000;
	width: 800px;
	border-top-style: none;
	text-align: left;
	display:table;/* for mozilla/opera*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}


