
/* =Typography
---------------------------------------- */
body{
	color: #fff;
	font: 62.5%/2.0em Arial, Helvetica, sans-serif;
	text-align: center;
	position: relative;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    background: url(../images/grassbg.jpg) 0 0;
	}

p 				{padding: 20px 0px 0px;}
a, a:visited	{color: #fff; text-decoration: none; font-weight: bold;}
a:hover 		{color: #fff; text-decoration: underline;}
	

	/* =Main container boxes
---------------------------------------- */
#flash-inner{
	width: 100%;		
	height: 790px;
	min-width: 1109px;
	padding-top: 10px;
	padding-bottom: 311px;
	}
#flash-content img {
	margin-top: -30px;
	}
	
.footer {
	width: 100%;
	font-weight: bold;
	font-size: 1.2em;
	height: 311px;
	position: absolute;
	bottom: 0;
	left: 0;
	}
	.footer .dark-bg {
		position: absolute;
		z-index: 0;
		width: 100%;
		min-width: 1109px;
		height: 100%;
		left: 0;
		top: 0;
		background: #000;
		opacity: .5;
		-moz-opacity: .5; 
		filter: alpha(opacity=50);
		}
	.footer-inner {
		position: relative;
		z-index: 10;
		width: 800px;
		padding: 40px 180px 145px 130px;
		margin: 0 auto;
		text-align: left;
		}
		.footer .press-association {
			float: right;
			position: relative;
			padding: 7px 140px 0 0;
			}
			.footer .press-association a {
				position: absolute;
				width: 130px;
				height: 33px;
				right: 0;
				top: 0;
				display: block;
				text-indent: -9999em;
				overflow: hidden;
				background: url(../images/press-association.gif) no-repeat 0 0;
				}
		.footer a.facebook-link {
			display: block;
			float: left;
			padding-left: 33px;
			line-height: 27px;
			background: url(../images/facebook.gif) no-repeat 0 0;
			margin-right: 13px;
			}
		.footer .twitter-links {
			display: block;
			float: left;
			padding-left: 33px;
			line-height: 27px;
			background: url(../images/twitter.gif) no-repeat 0 0;
			}
		.footer a.fuse8 {
			display: block;
			position: absolute;
			text-indent: -9999em;
			overflow: hidden;
			top: 38px;
			left: 495px;
			width: 78px;
			height: 34px;
			background: url(../images/fuse8.gif) no-repeat 0 0;
			}
		.footer .copyright {
			clear: both;
			padding: 0px;
			font-weight: normal;
			font-size: 0.8em;
			color: #a9b3a2;
			text-align: center;
			padding-top: 15px;
			}
			
			#login {
				background: #FF0000;
				opacity:0;
				-moz-opacity:0; 
				filter:alpha(opacity=0);
				position:absolute;
				z-index:1000;
				left:50%;
				top:50%;
				margin:-25px 0 0 72px;
				width:132px;
				height:53px;
				cursor:pointer;
				display:none;
			}
			
			#view {
				background: #FF0000;
				opacity:.0;
				-moz-opacity:.0; 
				filter:alpha(opacity=0);
				position:absolute;
				z-index:1000;
				left:50%;
				top:50%;
				margin:-28px 0 0 132px;
				width:172px;
				height:62px;
				cursor:pointer;
				display:none;
			}
	
