/* CSS Document */
body {
	background-color:#FFFF00;
}
#welcome2 {
	position:absolute;
	top:7px;
}
#content
{
	position: absolute;
	left: 10px;
	top: 55px;
	width: 400px;
	height: 420px;
	overflow: auto;
	font-weight:bold;	
}
#flyer {
	position:absolute;
	top:70px;
	left:435px;
}