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

html, body {
	margin:0; padding:0;
	height:100%;
	font-family:Helvetica, Arial, Verdana;
	color:#333333;
}
body {
	background-color:#b9ab7c;
	background-image:url(images/bg.jpg);
}
 
#floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-365px; /* Set Margin Bottom to 1/2 of the height in #centered */
	width:1px;
}
 
#centered {
	position:relative; clear:left;
	height:744px; width:974px; /*max-width:800px; min-width:400px;*/  /*ALTERNATIVE: USE % and/or MIN MAX FOR WIDTH TO SIZE AS PERCENT OF BROWSER WIDTH*/
	margin:0 auto;
	overflow:auto;
}
  
#content {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	height:714px;
	width:974px;
	padding:0;
	margin:0;
}

h1 {
	text-indent:-9999px;
	background-color:#ffffff;
	margin:0;
	padding:0;
	line-height:0;
	font-size:9px;
}


/* General LAYOUT */

#copyright {
	top:713px;
	left:0px;
	position:absolute;
	width:974px;
	height:20px;
	margin:0;
	padding:10px 0 0 0;
	font-size:9px;
	color:#fff;
}

/* LINKS */
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #666;
}


/* GENERAL FONT STYLES */
p {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:14px;
	text-align:justify;
}

