@charset "utf-8";
/* CSS Document */
@import "document.css";
div#flash {
	height:				375px;
	position:			absolute;
	right:				20px;				
	top:				80px;
	width:				500px;
}
div#content {
	height:				375px;
	position:			absolute;
	left:				20px;
	top:				80px;
	width:				225px;
}
div#content a {
	color:				#090;
	font-weight:		bold;
	text-transform:		uppercase;
}
div#content a:hover {
	color:				#000;
}
