
/* 	CSRCCC CSS 	*/
/*  v1.0 					*/	


/*	CONTAINERS 	*/

body {
	background-color: #000000;	
	text-align: center;
	margin: 20px 0 0 20px;
	font-family: Arial;
	color: white;
}

#Headlines {
	float:left;
	width:379px;
	height:50px;
	background-image:url(img/Headlines.gif);
	background-repeat:no-repeat;
}

#marquee {
	clear:both;	
	padding-top:10px;
	float:left;
	width:400px;
	height:auto;	
}

#pageBlock {
	position:absolute;
	left:400px;
	width:1000px;
	height:800px;
	z-index:-1;
	background-image: url(img/csrccc-bg.jpg);
	background-repeat:no-repeat;
	text-align: left;
}

#contentBox {
	position:relative;	
	width: 200px;
	top: 425px;
	left: 570px;
	z-index:2;
}
	









	
