body {
	color: #fafafa;
	text-align: center;
	margin: 0px;
	/*
	padding: 0;
	padding-top: 20px;
	*/
	background-color:#fafafa;
	
	background-image: url('img/indexbg.png');
	background-repeat: repeat-x;
}

#container {
	width: 100%;
	background-image: url('img/indexbg.png');
	background-repeat: repeat-x;
	align: center;
}

#flashDiv {
	width: 935px;
	padding-left: 25px;
	padding-right: 25px;
}
