/* CSS Document */


#body {
	leftmargin: 4px;
	topmargin: 4px;
	rightmargin: -4px;
	bottommargin: -4px;
	marginwidth: -4px;
	marginheight: -4px;
	background-color: #232323;
}

img {
	border-color: #FFFFFF;
	border-style:solid;
}

#Com1 {
	position:absolute; 
	width:100%; 
	height:60px; 
	z-index:1; 
	left: 0px; 
	top: 10px;
	}

#Com2 {
	position:absolute;
	width:100%; 
	z-index:2;
	left: 0px;
	top: 90px;
	}

#Com3 {
	position:absolute;
	width:100%;
	z-index:3;
	left: 0px;
	top: 430px;
	background-color: #303030;
	}


#Com4 {
	position:absolute;
	width:100%;
	z-index:4;
	left: 0px;
	top: 380px;
	height: 50px;	
	}
