/*
	Background Stretcher jQuery Plugin 
	© 2009 ajaxBlender.com
*/
HTML, BODY {
	margin:0px;
	padding:0px;
}
BODY {
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 12px;
    background: #000;
	height:100%;
	text-align: center;
}
A { color: #0A8ECC; }
A:HOVER {
	text-decoration: none;
	color: #CCC;
}	
H1, H2 {
	color: #CCC;
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 16px;
	padding-bottom: 3px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
H1 {
	padding-bottom: 3px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
H2 { font-size: 14px;}
.bgstretcher-page { text-align: center;}
#page {
	position:fixed;
	margin: 0 auto;
	top:40%;
	left:50%;
	width:768px;
	height:222px;
	margin-top:-111px;
	margin-left:-384px;
	
}
#footer {
background: #000;
position:absolute;
min-width:770px;
width: 100%;
height: 0px;
position: fixed;
z-index: 5;
bottom: 0px;
}

