body {
	background-attachment: fixed;
	background-color: #AA592C;
	background-image: url(../images/Main-BG.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#flash-top {
	background-position: center center;
	margin: auto;
	margin-top: 75px;
	height: 150px;
	width: 900px;
}

#container {
	width:900px;
	height:400px;
	margin:auto;
}

#flash-left {
	width:100px;
	height:400px;
	margin-left:auto;
	margin-right:auto;
	background-position: center center;
	float: left;
}

#flash {
	background-position: center center;
	margin-left:auto;
	margin-right:auto;
	float:left;
	height: 400px;
	width: 700px;
}

#flash-right {
	width:100px;
	height:400px;
	margin-left:auto;
	margin-right:auto;
	background-position: center center;
	float: left;
}

#flash-bottom {
	background-position: center center;
	margin: auto;
	height: 150px;
	width: 900px;
}