#logo img {
	width: 500px;
}
#title {
	text-align: center;
	font-size: 35px;
	font-weight: bold;
}
.info {
	text-align: center;
	font-weight: bold;
	margin: 10px;
}
.info span {
	color: blue;
	text-decoration: underline;
}
.info a:visited {
	color: blue !important;
}
#timeDiv {
	text-align: center;
}
#header {
	width: 500px;
	margin: 0 auto;
}