@charset "utf-8";
/* CSS Document */
@import "document.css";
div#flash {
	background-color:	#000;
	height:				375px;
	position:			absolute;
	right:				20px;				
	top:				80px;
	width:				500px;
}
div#content {
	height:				375px;
	position:			absolute;
	left:				20px;
	top:				80px;
	width:				225px;
}
div#content li {
	list-style-type:	none;
	margin-bottom:		0.7em;
}
div#content a {
	font-weight:		bold;
}
div#content em {
	font-size:			0.9em;
	font-style:			normal;
}

