/* This file centers the page... */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
ul {
	padding: 0px;
	margin: 0px;
}
#content
{
	text-align: justify;
}
#main_wrapper
{
	position: absolute;
	width: 100%;
	top: 0px;
	margin-left:0%;
	left: 0%;
}
#main {
	position: relative;	
	width: 100%;
	margin-top: 0px;
	padding: 0px;
	/*min-height: 600px;*/
	margin-left: auto;
	margin-right: auto;
}