
/* ======== specific divs  ======== */

/* general appearance settings */
body { 
	font: 9pt lucida, verdana, sans-serif; 
	background-color: #180A36;
	text-align: left;
	margin-top: 20px; 
	}

	
#container {
	width: 850px;
	height: 600px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	}

/*#header {
	width: 800px;
	background-repeat: no-repeat;
	height: 178px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 2;
	}*/
	 

