body {
	padding: 0px;
	margin: 0px;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url('../img/bg.gif');
	background-repeat: repeat-x;
	text-align: center;
}
#content {
	text-align: left;
	width: 640px;
}
#title {
	font-size: 16px; 
	font-weight: bold;
}
#date {
	background-color: red; 
	padding: 3px;  
	color: white; 
	font-size: 16px; 
	font-weight: bold;
}
#seperator {
	background-color: red; 
	width: 640px; 
	height: 4px; 
	font-size: 13px;
}

