html,body { 
	margin:0px;
	background:url(pics/bg_t.jpg) repeat-x;
	background-color:#f08609;
}

#site {
	position:relative;
	width:900px;
	background:url(pics/bg.jpg) repeat-y;
}

#header {
	position:relative;
	width:900px;
	height:254px;
	background:url(pics/header.jpg) no-repeat;
}

#content {
	position:relative;
	width:900px;
	background:url(pics/bg_table.jpg) no-repeat;
}

#footer {
	position:relative;
	width:900px;
	height:93px;
	background:url(pics/footer.jpg) no-repeat;
}

#copyright {
	position:relative;
	left:50px;
	top:67px;
	height:15px;
	float:left; 
    color:#000000;
	font-weight:bold;    
    font-family:Arial, Helvetica, sans-serif;
}

a:link, a:active, a:focus, a:visited { 
	font-weight:bold; 
	color:#000000; 
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

a:hover {  font-weight:bold; color:#ffffff; text-decoration:none; }