@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/DreamMakers_background.jpg);
	background-repeat: repeat-x;
	background-color: #d49ccc;
}
#divWrapper {
	margin: 0 auto;
	width: 423px;
}
#divBodyLeft {
	float: left;
	width: 102px;
	height: 330px;
}
#divFlashmiddle {
	float: left;
	width: 321px;
	height: 330px;
	background-image: url(../images/splash_flash.jpg);	
}

#divFooter {
	clear: both;
	width: 423px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
}
