body {
	margin:0;
	padding:0;
	
	height:100%;
	width:100%;
	
	background:url(../images/layout/body_BG.jpg) #CCCCCC top center repeat-x;
	background-attachment:fixed;
	background-color:#FFFFFF;

	font-family:Verdana, Helvetica, sans-serif;
}

.clearer {
	clear:both;
	height:1px;
}

hr {
	border-top:1px solid #999999;
	border-left:none;
	border-right:none;
	border-bottom:none;
}

p, ul, ol {
	margin-top: 0px;
	margin-bottom: 0px;
}
