/* layout */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:76%;
	margin:0;
	padding:0;
	background-color:#606060;
	background:#606060 url(../images/bg_gradient_root.gif) repeat-x;
	color:#000000;
	text-align:center; /* Hack for IE5/Win  */
}

#page {
	width:550px;
	margin:0 auto; /* right and left margin widths set to auto for centering */
	text-align:left; /* counteract to IE5/Win Hack */
	padding-top:200px;
}

h1 {
	display:none;
}