/* CSS Document */
#divCont {
	position:absolute; 
	width:800px; 
	height:600px;	
	z-index:1; 
	visibility:visible;
	margin-top:0px;
	margin-left:10%;
	background-image: url(../pic/bg.gif);
	background-repeat: repeat;	
}

#divTop {
	position:absolute;
	width:800px;
	height:280px;
	left:0px;
	top:0px;
	z-index:2;
	visibility:inherit;
	overflow: hidden;
	background-image: url(../pic/top.jpg);
	background-repeat: no-repeat;
}
#divLogga {
	position:absolute;
	width:125px;
	height:40px;
	left:10px;
	top:40px;
	z-index:3;
	visibility:inherit;
	overflow: hidden;
	/*background-image: url(../pic/logo.jpg);
	background-repeat: no-repeat;*/
}
#divLoggor2 {
	position:absolute;
	width:110px;
	height:200px;
	left:680px;
	top:50px;
	z-index:9;
	visibility:inherit;
	overflow: hidden;
	/*background-image: url(../pic/logo.jpg);
	background-repeat: no-repeat;*/
}
#divPicture {
	position:absolute;
	width:234px;
	height:310px;
	left:566px;
	top:280px;
	z-index:4;
	visibility:inherit;
	overflow: hidden;
	background-image: url(../pic/right.jpg);
	background-repeat: no-repeat;
}

#divMain {
	position:absolute;
	width:566px;
	height:310px;
	left:0px;
	top:280px;
	z-index:6;
	visibility:inherit;
	overflow: hidden;
	background-image: url(../pic/main.jpg);
	background-repeat: no-repeat;

}
#divMain2 {
	position:absolute;
	width:550px;
	height:280px;
	left:8px;
	top:50px;
	z-index:8;
	visibility:inherit;
	overflow: hidden;

}
#divBottom {
	position:absolute;
	width:800px;
	height:10px;
	left:0px;
	top:590px;
	z-index:7;
	visibility:inherit;
	overflow: hidden;
	background-image: url(../pic/bottom.jpg);
	background-repeat: no-repeat;
}

body { 
	margin-top: 0px;
	margin-left: 0px;
	margin-width: 0px;
	margin-height: 0px;
	background-image: url(../pic/bg.gif); 
	background-repeat: repeat;  
	scrollbar-base-color: #56B4DA; 
	scrollbar-track-color: #1B79A1; 
	scrollbar-arrow-color: #CAEBF5;
}



