
	* { margin:0; padding:0; }
	html, body { 
		margin:0; padding:0; 
		background: #EEECD7;
		scrollbar-arrow-color: #FFFFFF;
		scrollbar-face-color: #CBCACA;
		scrollbar-highlight-color: #80A4D;
		scrollbar-3dlight-color: #6080AC;
		scrollbar-darkshadow-color: #4E5171;
		scrollbar-shadow-color: #FBE3D2;
		scrollbar-track-color: #DFDFE6;
		overflow:hidden;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	
	a:link { color: #FFFFFF; text-decoration: none; }
	a:visited { text-decoration: none; color: #FFFFFF; }
	a:hover { text-decoration: underline; color: #FFFF66; }
	a:active { text-decoration: none; color: #FFFF33; }
	 img { border:0; }
	 
	#globalHome {
		width:658px; height:539px;
		position:absolute; top:50%; left:50%; margin-top:-269px; margin-left:-329px;
		text-align:center;
	}
	#creditsHome {
		width:21px; height:108px;
		position:absolute; top:50%; right:10px;
	}
	
	#news{
		position:absolute; top:0; left:280px; z-index:50;
	}
	
	#defilant {
		position:absolute; top:50px; left:530px; z-index:60;
		background:none; width:230px; height:160px; text-align:center;
	}
	
	h2{
		color:#CC0303; font-size:14px; padding:15px 0 5px 0;
		
	}
	

