/* CSS Document */
body {
	background-color: #FFF;
	margin: 0;
	color: #FFF;
}


#flash_content {
position: relative;
width: 1000px;
height: 650px;
border: 0px solid #000000;
padding-top: 30px;
}

#top {
	height: 50px;
	width: 100%;
	position: relative;
	top: 0px;
	background-color:#000;
}

#footer {
	width: 100%;
	background-color:#FFF;
	height: 1000px;
	position: relative;
}

img {
	padding-left: 25px;
	}
