html{
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #a6a6ff;
	scrollbar-dark-shadow-color: #ff99ee;
	scrollbar-track-color: #a6a6ff;
}

#mainbody{
    width:95%;
	margin:0px; padding:0px;
	background-color: #8484db;
	background-image:  url(background.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: 0px -125px;
}

#menubody{
    width:80%;
	margin:0px; padding:0px;
	background-color: #8484db;
	background-image:  url(background.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: 0px -125px;
	overflow-x:hidden;
}

#headingbody{
	margin:0px; padding:0px;
	background-color: #8484db;
	background-image:  url(background.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: 0px -95px;
	overflow-x:hidden;
	overflow-y:hidden;
	text-align:center;
}

#fullbody{
	margin:0px; padding:0px;
	background-color: #8484db;
	background-image:  url(background.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: 0px -95px;
}

#content{
	margin:0px 0px ; padding:8px;
	top:0px;
	left:0px;
	
	background-color:  #8484db;
	background-image:  url(background.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-position-y:expression(document.documentElement.scrollTop-30+Math.random()*0);
	background-position-x:expression(document.documentElement.scrollLeft-0+Math.random()*0);
}
#skip {
	width:130px;
}
	
#floating{
	position:absolute; padding:0px;
	width:130px;
	top:expression(document.documentElement.scrollTop+Math.random()*0); 
	left:expression(document.body.clientWidth-130);
	background-color: #555555;
	background-image: url(background.jpg);
	background-attachment: fixed;
	background-repeat:repeat-x;
	background-position: 0px 0px;
	background-position-y:-30px;
	background-position-x:expression(130-document.body.clientWidth);
}

#floating2{
	position:absolute; padding:0px;
	width:130px;
	top:expression(document.documentElement.scrollTop+Math.random()*0); 
	left:expression(document.body.clientWidth-130);
	background-color: #555555;
	background-image: url(background.jpg);
	background-attachment: fixed;
	background-repeat:repeat-x;
	background-position: 0px 0px;
	background-position-y:-30px;
	background-position-x:expression(130-document.body.clientWidth);
}

#graphic{
	position:absolute; padding:0px;
	width:100%;
	top:0;
	left:0;
	font-size:363px;
	background-image: url(graphic.jpg);
	background-attachment: fixed;
	background-position: 0px 0px;	
	background-repeat:no-repeat;
}

*#leftpics {
   	width: 100%;
	color: #CC0000;
	font-size:24;
	font-weight: bold;
	text-align: left;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#222222,direction=135,strength=2);
	}

#scaled   { 
     width: expression(document.body.clientWidth-140);
} 
#rightpics {
    	width: 100%;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#222222,direction=135,strength=2);	
	}
#title {
    width: 100%;
	color: #770000;
	font-size:24;
	font-weight: bold;
	}
#text {
    width: 100%;
	color: #770000;
	font-size:18;
	font-weight: bold;
	text-align:center;
	}
		filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=1);
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#222222,direction=135,strength=1);

