body {
	background-image: url('picts/city.gif');
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: 0 0;
	font-family: Arial, Helvetica, Sans-Serif;
	}
	
#box {
	position: absolute;
	top: 0px;
	padding-top: 50px;
	padding-left: 8px;
	left: 240px;
	background-color: #fff;
	}

#box p {
	width: 440px;
	}
	
#live {
	color: #FF4126;	
}
#cross {
	position: absolute;
	top: 20px;
	left: 120px;
	}
	
table {
	font-size: 12px;
	}
	
#nav {
	color: #fff;
	background-color: #D7B95F;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: left;
	margin: 0 -8px; padding: 2px 8px 2px 8px;
	}
	
#footer {
	font-size: 10px;
	background-color: #eee;
   margin: 0 -8px -8px -8px;
   padding: 8px;
	}
	
#seperated {
	padding: 0 8px;
	font-size: 0.9em;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 8px;
	}