
/*-------------------------------------------------------------------------------------------------------*/
/*	HTML Elements
/*-------------------------------------------------------------------------------------------------------*/
body
{
	/* Center body */
	width:				840px!important;
	margin-left:			auto; 
	margin-right:			auto;
	margin-top:			0px;
	padding:			0px;
	background-color:		white;
	background-image:		url( /images/bg_home.gif );
	background-repeat:		repeat-x;
}