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


* {margin: 0; padding: 0;}
html, body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#0c123b;
	height:100%;
	width:100%;
	position: relative;
}
img {
	border:none;
}

#contentcontainer { position: relative; width: 100%; height: 100%; min-height: 400px; }

#maincontainer {
	background:url(../images/bg.png) top repeat-x #0c123b;	
	position:absolute;
	top:0px;
	bottom:100px;
	left:0px;
	right:0px;
	z-index: 1;
}

#flashwrapper {
	max-width:815px;
	height: 100%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	color:#616066;
}

#flashcontainer { width: 100%; height: 100%; }

#footer {
    position: absolute;
    bottom: 0; 
	display:block;
	width:100%;
	height:100px;
	background:url(../images/footer.gif) top repeat-x #000000;
	z-index: 99;
}

#logo {
	float:left;
    left:15px;
	top:40px;
	display:block;
	width:236px;
	height:21px;
	background:url(../images/fathom_logo.jpg) no-repeat right;
	margin-top: 62px;

}
#rightfooter {
	float:right;
	margin-right:15px;
	text-align: right;
	margin-top: 67px;
}
.spacer {
	display:block;
	width:100%;
	height:40px;
}
.bigspacer {
	display:block;
	width:100%;
	height:100px;
}
