body  { background: White url('Background/butterflyBG.jpg') fixed; 
scrollbar-arrow-color: #ffffff;
scrollbar-base-color: #ccccff;
scrollbar-dark-shadow-color: #8695F2;
scrollbar-track-color: #7E7BCB;}

.header{
	position: absolute;
	top: 20px;
	left: 25%;
	padding: 2%;	
	font: bold 20px Georgia, Times, sans-serif;
	color: #7e7bcb;
}

.main{
	position: absolute;
	top: 80px;
	left: 25%;
	width: 50%;
	border: dashed 1px ;
	color: #7E7BCB;
	background: White;
	padding: 2%;
	font: 100%/1em Georgia, Times, sans-serif;
}

.Menu{
	position: absolute;
	top: 115px;
	left: 2px;
	width: 140px;
	background-color: #FFFFFF;
	color: #339999;
	border: 1px groove #EFF2F4;
	text-align: center;
}
A.menulink {
	display: block;
	width: 140px;
	text-align: center;
	text-decoration: none;
	color: #009BCC;
	border: solid 1px #FFFFFF;
	font: 12px verdana, arial, helvetica, sans-serif;
}
a.menulink:hover{
	border: 1px solid #000;
	background-color: Yellow;
}
.skin0 {
	position: absolute; 
	text-align: center; 
	width: 140px;
	border: 1px solid #BCD1C7;
	background-color: #ffffff; 
	font: 12px Georgia, Arial, Helvetica, Geneva, sans-serif;
	z-index:100;
	visibility:hidden;
}

a {
	text-decoration: none;
	}
a:visited {
	color: #0000CC;
}
a:active {
	color: #660000;
}
a:hover {
	text-decoration: underline;
	}
