@charset "utf-8";
/* CSS Document */
*{
padding: 0px;
margin: 0px;
}
html{
	min-height			: 100%;
	
	margin-top			: 0px;
	margin-left			: 0px;
	margin-right		: 0px;
	margin-bottom		: 0px;
	padding				: 0px;
}
body{
	margin-top			: 0px;
	margin-left			: 0px;
	margin-right		: 0px;
	margin-bottom		: 0px;
	padding				: 0px;
	min-height			: 100%;
	
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	color				: #FFFFFF;
	background-color	: #000000;
	background-image	: url(../images/backgroundGradient.jpg);
	background-repeat	: repeat-x;
}
.backgroundFade{
	position			: absolute;
	width				: 100%;
	background-image	: url(../images/backgroundFade-trans.png);
	background-repeat	: no-repeat;
	background-position	: center;
	height				: 301px;
	margin-top			: 60px;
}
#wrapper{
	position			: relative;
	margin-left			: auto;
	margin-right		: auto;
	width				: 100%;
}
	#container{
		position			: relative;
		margin-top			: -361px;
		margin-top			: 0px;
		width				: 892px;
		margin-left			: auto;
		margin-right		: auto;
		padding				: 0px;
	}
		#head{
			background-image	: url(../images/layerHead.jpg);
			width				: 892px;
			height				: 60px;
			/*overflow			: hidden;*/
			padding				: 0px;
		}
			#payoff{
				margin-top			: 24px;
				float				: left;
				width				: 155px;
				height				: 32px;
				padding-left		: 60px;
			}
			#topmenu{
				margin-top			: 24px;
				float				: left;
				width				: 669px;
				height				: 32px;
			}
		
			#logo{
				position			: absolute;
				margin-top			: -40px;
				margin-left			: -42px;
				width				: 88px;
				height				: 99px;
				overflow			: hidden;
				padding				: 0px 0px 0px 0px;
				margin-bottom		: 8px;
				z-index				: 1;
				cursor				: pointer;
			}
		
		#footer{
			margin-left				: 4px;
			padding-top				: 30px;
			height					: 20px;
			width					: 884px;
			font-size				: 10px;
		}
		#footer a{
			color					: #FFFFFF;
		}
		#footer a:hover{
			color					: #FFFFFF;
			text-decoration			: none;
		}
			#footerLeft{
				float					: left;
				width					: 400px;
			}
			#footerRight{
				float					: left;
				width					: 484px;
				text-align				: right;
			}
.hidden{
	display	: none;
}		

