
/*********************************************************************************************************/
/* General .CSS */
/*********************************************************************************************************/

html, body{background-color:#FFFFFF;margin:0px;padding:0px;text-align: center;}

.homecopyBody {
	FONT-FAMILY: arial, sans-serif;
	font-size: 10.5px;
	color: #ffffff;
	font-weight: bold;
	line-height: 14px;
	}

div#hor
{
    text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	z-index: 2;
}
div#wrap
{
    margin-left: -445px;
	position: absolute;
	top: -340px;
	left: 50%;
	width: 890px;
	height: 680px;
	visibility: visible;
	text-align: left;
}

div#content
{
  min-height:680px;
  height:auto !important;
  height:680px;
  width: 890px;
}
div#logo
{
	position:absolute;
	z-index: 1;
	bottom:0;
	right:0;
}
div#footer
{
	position:absolute;
	z-index: 1;
	bottom:5px;
	left:5px;
}
div#footer a
{
	font-family: Futura Book, Futura Bk, Futura Bk,Arial,Helvetica;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	
}
div#footer a:hover
{
	color: #FFFFFF;
}