/* Header Formatting */

body{
	background-color: #000000;
	font-size: 100%;
}
#header_wrapper{
	display: none;
}

/* Content Formatting */

#content{
	padding-bottom: 0px;
	background-color: none;
	margin:0 auto;
	width: 100%;
	position: relative;
	z-index: 1;
}



td.sidebar_bottom{
	padding-bottom: 0px;
}

/* Footer Formatting */
#footer{
	visibility: hidden;
}


/* Background Div - is placed behind the header div */

#background{
	display: none;
}
