/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	margin:0;
	padding:0;
	}
	
#header {
	font-size:1px;
	line-height:1px;
	height:70px; /* adjust me */ 
	margin:0;
	padding:0;
	}
	
#content {
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	background:url(images/bg.jpg) 50% 0 no-repeat;
	background-image:url(images/bg.jpg) 50% 0 no-repeat;
	margin:0;
	width:100%;
	height:548px;
	}
	
h1 {
	text-indent:-5000px;
	}
	
#footer {
	color:#020202;
	font-size:70%;
	letter-spacing:0.5px;
	text-align:right;
	}
	
#footer p {
	margin-right:20px;
	}
	
#footer p a:link,
#footer p a:visited,
#footer p a:hover,
#footer p a:active {
	color:#020202;
	}
	
#footer p a:hover {
	background:#FCFFD4;
	}
	

	

