html {
	overflow-x: hidden;
scrollbar-base-color: #ffffff;
SCROLLBAR-FACE-COLOR: #F87C97;
scrollbar-arrow-color: #000000;

scrollbar-shadow-color: #F6F5D1;
scrollbar-lightshadow-color: black;
scrollbar-darkshadow-color: #F6F5D1;

scrollbar-highlight-color: #F6F5D1;
scrollbar-3dlight-color: #F6F5D1;
}


	a { color: #f85678; text-decoration: none }
	a:link { color: #f85678; text-decoration: none }
	a:visited { color: #f85678; text-decoration: none }
	a:hover { color: white; text-decoration: none }
	







#main {
	
	 
	padding: 0;
	margin: 0;
	position: absolute;
	overflow-y: auto;
	overflow-x: hidden;
	background-repeat: repeat-y;
	top: 0px; 
	left: 300px;
	width: 100%;
	height: auto;
	background-image: url(background_body.gif);
	

}







#left {

	padding: 0;
	margin: 0;
	position: absolute;
	width: 100%;
	height: auto;
	overflow-y: auto;
	overflow-x: hidden;
	background-repeat: repeat-y;
	left: 0px; 
	top: 0px; 
	background-image: url(background_left.gif);


}








