body
{
	    background: url("../images/bkrnd5.jpg");
   		background-position: top center;
   		background-attachment:fixed;
	    margin: 0;
   		padding: 0;
	    text-align: center;

}

#body2
{
	    background: url("../images/bkrnd5b.jpg") repeat-x;
   		background-position: top center;
   		background-attachment:fixed;
	   	margin: 0 auto;
   		padding: 0px 0px 0px 0px;
   		width: 100%;
	    min-height: 500px;
	    text-align: center;
	    overflow:visible;
}
