/*
	Yes this layout was inspired by lightbox v2.0's page, the reason being, the layout works really well for a doc 
*/



body {
	padding: 0;
	margin: 0;
	font-size: 12px;
	background-color: #F4F4F4;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	text-align: center;
}


.page-body {
	margin: 0 auto 0 auto;	
	width: 600px;
	padding: 30px 0 20px 0;

}


.hidden {
	display : none;
}
