/*** The Essential Code ***/

#container .column {
	position: relative;
	float: left;
}

#center {
	width: 100%;
}

#left {
	width: 0px;             /* LC width */
	visibility: hidden;

}

#right {
	width: 0px;             /* RC width */
	visibility: hidden;

}

#footer {
	clear: both;
	padding: 0.5em 0;
}

#header {
	visibility: hidden;

	height: 0;
	font-size: 1px;
}
/*
.headerimage
{
	visibility: hidden;
	overflow: hidden;
	height: 0;
	margin-bottom: 0px;
}
*/
/*** Just for Looks ***/

#header, #footer {
	text-align: center;
}
