@charset "utf-8";

	body {
	     padding:0;
	     background-color:#000000; /*design preference*/
	     color:#000000; /*design preference*/
		 overflow:hidden;
	}
	.forgroundcontent {
	position:absolute;
	z-index:1;
	margin:100px 10% 0 10%; /*design preference*/
	background-image:url(../75p_honey.png);
	left: -47px;
	width: 900px;
	top: 30px;
	height: 100%;
	overflow: auto;
	}
	.top {
	position:absolute;
	z-index:2;
	margin:100px 10% 0 10%; /*design preference*/
	left: -46px;
	width: 952px;
	top: -96px;
	height: 100%;
	overflow:auto;
	text-align: right;
	background-image:url(../75p_honey.png);
}
		
	.backgroundcontent {
		position:absolute;
		top:0px;
		left:0px;    /* width, height and left adjusted as image */
		width:110%; /* canvas is slightly padded to work in IE */
		height:110%;
		overflow:hidden;
	}
.top1 {	position:absolute;
	z-index:2;
	margin:100px 10% 0 10%; /*design preference*/
	left: -47px;
	width: 900px;
	top: -96px;
	height: 124px;
	overflow:hidden;
	text-align: right;
}

a.menu:link {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
a.menu:visited {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
a.menu:hover {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	border: thin dotted #000000;
}
a.menu:active {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}

