body {
	margin: 0px;
	padding: 0px;
	background-image: url("../images/bg_all.gif");
 background-repeat: repeat-x; 
 background-position: top;
 background-attachment: fixed;
 background-color: #d8c396;
}

/* FRAMEWORK */

#tableback {
 background-image: url("../images/bg_content.gif");
 background-repeat: repeat-y; 
 background-position: top;
margin: 0px;
 padding: 0px;
 height: 900px;
} 

#content {
 background-image: url("../images/bg_contenttop.gif");
 background-repeat: no-repeat; 
 background-position: top;
	width: 808px;;
	margin: 0px;
	padding: 0px;
}

/*  CONTENT */

#central {
 margin: 0px;
 padding: 10px 13px 0px 13px;
 height: 515px;
}

/* NEWS BOX */

#newsspot {
	position:relative;
	width: 627px;
} 
#newsbox {
 background-image: url("../images/bg_newsbox.gif");
 background-repeat: no-repeat; 
 background-position: top;
	margin: 0px 0px 0px auto;
	padding: 0px;
	float: left; 
	position: absolute;
	left: 378px;
	top: 15px;  
	visibility: visible;
	width: 244px;
	height: 409px;
} 
#newsscroll {
	margin: 0px 0px 0px auto;
	padding: 0px;
	float: left; 
	position: absolute;
	left: 15px;
	top: 38px;  
	visibility: visible;
	width: 226px;
	height: 360px;
	overflow: auto;

} 
#newstext {
	margin: 0px;
	padding: 10px 5px 5px 5px;
	float: left; 
	position: absolute;
	width: 195px;
	left: 0px;
	top: 0px;
} 

/* OTHER BOX */

#otherspot {
	position:relative;
	width: 627px;
} 
#otherbox {
 background-image: url("../images/bg_otherbox.gif");
 background-repeat: no-repeat; 
 background-position: top;
	margin: 0px 0px 0px auto;
	padding: 0px;
	float: left; 
	position: absolute;
	left: 378px;
	top: 15px;  
	visibility: visible;
	width: 244px;
	height: 250px;
} 
#otherscroll {
	margin: 0px 0px 0px auto;
	padding: 0px;
	float: left; 
	position: absolute;
	left: 15px;
	top: 38px;  
	visibility: visible;
	width: 226px;
	height: 201px;
	overflow: auto;

} 
#othertext {
	margin: 0px;
	padding: 10px 5px 5px 5px;
	float: left; 
	position: absolute;
	width: 195px;
	left: 0px;
	top: 0px;
} 

