body{
	margin: 0;
	/*
	*/
	scrollbar-face-color:#DC9599;
	scrollbar-arrow-color:white;
	scrollbar-track-color:white;
	scrollbar-shadow-color:red;
	scrollbar-highlight-color:'';
	scrollbar-3dlight-color:'';
	scrollbar-darkshadow-color:'';
	BACKGROUND-ATTACHMENT: fixed; 
	BACKGROUND-IMAGE: url("../images/background_global1.gif"); 
    background-repeat: repeat;
	background-color:#E3C2C5;
}

#text_box {
	position:relative;
	text-align:left;
	background-color:#fff;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/bkg_light.jpg);
	border: solid 1px #930606;
/*
	float: left;
	display: block;
	clear: both;
*/

}

#img_box {
	position:relative;
	text-align:center;
	background-color:#fff;
	margin:0px 0px 0px 0px;
	padding:3px 3px 3px 3px;
	background-image: url(../images/bkg_light.jpg);
	border: solid 1px #930606;
}

html, body, #main {
   min-height: 100%; /*Sets the min height to the height of the viewport.*/
   width: 100%;
   height: 100%; /*Effectively, this is min height for IE5+/Win, since IE wrongly expands an element to enclose its content. This mis-behavior screws up modern browsers*/
   }

html>body, html>body #main {
   height: auto; /*this undoes the IE hack, hiding it from IE using the child selector*/
   }


#main {
	margin:0px 0px 0px 0px;
	BACKGROUND-ATTACHMENT: fixed; 
	BACKGROUND-IMAGE: url("../images/background_red.gif"); 
    background-repeat: repeat;
	background-color:#E3C2C5;
/*
	vertical-align:middle;
*/
}


#col_scroll {
	position:relative;
	float:left;
	width:620px;
	height:525px;
	margin:0px auto 0px auto;
	background-color:#fff;
	overflow:auto;
	background-image: url(images/bkg_light.jpg);
}
