/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : Sage
Author : Rhonda Riffey
URL :

Description : Marathon Flash Package Site

Created : 
Modified : 

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
@import url('yui-reset.css');

html,body,#bg,#bg table,#bg td {
	width:100%;
	height:100%;
	overflow: hidden;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	color: #000000;
}
#scroller{
	height: 100%;
	width: 100%;
	overflow: scroll;
	position: absolute;
	z-index: 100;
}
#bg div{position:absolute;width:200%;height:200%;top:-50%;left:-50%}
#bg td{vertical-align:middle;text-align:center}
#bg img{min-height:50%;min-width:50%;margin:0 auto}	

#container{
	margin: 0;
	padding: 0;
	z-index:70;
	}

#header h1{
	width: 250px;
	height: 135px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/logo.gif) center center no-repeat;
	text-indent: -9000px;
	}
	
	#header h1 a{
		width: 250px;
		height: 135px;
		display: block;
		margin: 0 auto;
		border: none;
		background: url(../images/logo.gif) center center no-repeat;
		}
#navigation {
	padding-bottom: 20px;
	}
#navigation ul{
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
	#navigation li{
		list-style-type: none;
		font: 16px Arial, Helvetica, sans-serif;
		}

p, label{
	font: 14px Arial, Helvetica, sans-serif;
	text-align: center;
	}
	
	#page_body p{
		padding: 0px 20px;
		}

a:link, a:visited, a:active{
	color: #000000;
	text-decoration: none;	
	}

a:hover{
	color: #666666;
	}
#page_body{

	}

#footer{
	color: #000000;
	text-align: center;
	}
	
	#footer .vcard{
		padding-top: 0px;
		}
	#footer .vcard div{
		display: inline;
		padding-right: 10px;
		}
	
	#footer p{
		padding: 0px;
		font-size: 11px;
		}
