/* CSS Document */
body { 
	background-image:url('/images/supersponsor.jpg');
	background-size:contain;
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position:top center;
	background-color:#333;
	}
#supermain {
	width:700px; margin:auto;
	/*background:#fff;*/
	background-image:url('/images/tpwhite.png');
	color:#333;
	padding:20px;
	}