/* ------------------------------------	*/
/* Released: 				*/
/* coding. (c) jansass.com | DEC 2004	*/
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background: #3979BD;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}


/* ------------------------------------	*/
/* this is school math to autocenter 	*/
/* the whole content in gfx-mode	*/
#mastercontainer {
	position: absolute;
	margin: 0px; 	
	padding: 0px;

	text-align: left;
	left: 50%;
	top: 50%;

	width: 765px;
	height: 470px;
	margin-left: -392px;
	margin-top: -235px;

	background: #3979BD url(images/bg.gif);

	border: 1px solid #B0B0B0;
	}


img {
	border: #FFFFFF ;
	}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFF;
}


------------------------------------	*/
/* Used to ensure all the browsers	*/
/* understand what i ment to be 	*/
/* PIXEL F***CKING PERFECT		*/
div {
	z-index:2;
	font-size: 11px;
	/* border: 1px dashed #666666;	*/
	overflow: hidden;
	}

