@charset "UTF-8";
/* CSS Document */


html, body {
	margin: 0;
	padding: 0;
}

body{
	background: #9A9A9A url('images/img_background.jpg') repeat-x top center;
}

/* using the child selector to hide the following body css from IE6 and earlier */

html>body {
	background: #9A9A9A url('images/img_background.jpg') repeat-x top center;
}
        
#content_flash {
	position: relative; /* Needed for Safari */
	min-width: 900px;
	text-align: center;
}

 #footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 15px;
	font-size: 9px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-align: right;
	
}


/* for moz/opera and others*/
html>body #footer{position:fixed}

#footer-inner {
	padding: 2px 8px;
	height: 11px;
	background-color: #666666;
}

/* margin-bottom ensures last content is not obscured by footer */
#content_flash {
      margin-bottom: 15px;
}


a {
	text-decoration: none;
	color: #222222;
}

a:hover {
	text-decoration: underline;
}