body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	background-color: #252525;
}

#content{
	width:950px;
	margin:auto;
}

#header{
	width:950px;
	margin:auto;
	height:101px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#flash{
	height:482px;
	text-align:center;
}

#footer{
	height:100px;
	width:950px;
	margin:auto;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	background-position: center top;
}