
html,body	{
			margin:0;
			padding:0;
			font:11px Verdana, Arial, Helvetica, sans serif;
			text-align:center;
}

body#standardbody { background:#EBEBEB; }

#mother		{	
			margin-left:auto;
			margin-right:auto;
			text-align:left;
			width:995px;
}


#base		{	
			float:left;	
			width:995px;
			background:#ffffff url(../images/bg-base.jpg) bottom left no-repeat;
			margin-bottom:15px;
}
#basewrapper {
			float:left; 
			width:100%;
			height:100%;
			background:url(../images/bg-wrapper.gif) 0 0 repeat-y;
}
