body {
	background-color: #999999; /* cosmetic */
	margin: 0px; /* required */
}
div#wrapper_home {
	background-color: #FFFFFF; /* cosmetic */
	height: 0px; /* set to taste */
	/* required */
	position: absolute;
	overflow: visible;
	display: block;
	width: 100%;
	left: 0px;
	top: 1%;
}
div#content {
	background-color: #FFFFFF; /* cosmetic */
	overflow: visible; /* set to taste */
	position: absolute; /* required */
	left: 50%; /* required */
	margin-left: -512px; /* half of width */
	width: 1024px; /* width of div */
	height: 720px; /* height of div */
	top: 81px;
}
div#logo {
	background-color: #FFFFFF; /* cosmetic */
	overflow: auto; /* set to taste */
	position: absolute; /* required */
	left: 509px; /* required */
	margin-left: -200px; /* half of width */
	width: 134px; /* width of div */
	height: 73px; /* height of div */
	top: 54px;
	visibility: visible;
}
div#quote {
	background-color: #FFFFFF; /* cosmetic */
	overflow: auto; /* set to taste */
	position: absolute; /* required */
	left: 509px; /* required */
	margin-left: -200px; /* half of width */
	font-family:arial,helvetica;
	height:55px;
	top: 184px;
}
div#body {
	left: 509px; /* required */
	margin-left: -200px; /* half of width */
	font-family:arial,helvetica;
	font-size:24px;
	color: #999999;
	visibility: visible;
	top: 232px;
}
div#newspage {
	background-color: #FFFFFF; /* cosmetic */
	overflow: visible; /* set to taste */
	position: absolute; /* required */
	left: 50%; /* required */
	margin-left: -512px; /* half of width */
	width: 1024px; /* width of div */
	height: 1160px; /* height of div */
	top: 81px;
	z-index: 2;
}	
div#bulls {
	position:absolute;
	left:311px;
	top:343px;
	width:540px;
	height:218px;
	z-index:8;
}
div#submenu {
	position:absolute;
	overflow: visible; /* set to taste */
	width:102px;
	height:54px;
	z-index:7;
	left: 115px;
}

