body, html{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 12px;
	height:100%;
}

* { 
   margin:0;
   padding:0;
} 
p{
	margin-bottom:1em;
}

a, a:active,  a:link, a:visited{
	text-decoration:none;
	color:#af9464;
	font-weight:bold;
}
 a:hover {
	color: #C1A070;
	text-decoration: none;
}
#site{
	position:relative;
	top:0px;
	width:100%;
	height:60%;
	background-color:#000000;
	background-image:url(/images/line_separator_home.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	text-align:center;
	display:block;

}

#home{
position:absolute;
height:300px;

margin:auto;
width:100%;	
bottom:60px;
}
#footer{
position:relative;
width:100%;
height:40%;
}
