#flashBox {
	text-align: center;	
	position: relative;
	background-image: url("http://www.scriptingdragon.com/images/marble.jpg");
	background-repeat: repeat-x;
	background-position:top;
	margin:0;
	padding:0;
}

Body {
	background-image: url("http://www.scriptingdragon.com/images/half_marble.jpg");
	background-repeat: repeat-x;
	background-position:bottom;
	background-attachment:fixed;
	margin:0;
}

