body {
	background: #E6E6E6 url("../img/bg.jpg") no-repeat fixed center -20px;
	font-family: Arial, Verdana;
	font-size: 11pt;
	color: #313940;
}

img {
	border: 0;
}

a, a:visited {
	color: #1C8BC7;
	font-weight: bold;
	text-decoration: none;
}

.container {
	padding: 25px;
	width: 800px;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: #313940 3px 3px 10px;
	-webkit-box-shadow: #313940 3px 3px 10px;
}

table {
	margin-bottom: 25px;
	margin-left: 10px;
}

ul {
	list-style-type: none;
}
li {
	display: inline;
	border-right: 1px solid grey;
	padding-right: 10px;
	padding-left: 5px;
}

li.last {
	border: 0;
}

.footer {
	margin-top: 25px;
}
.footer p {
	text-align: center;
}
.links {
	margin-left: auto;
	width: 434px;
	margin-right: auto;
}

.isnow {
	font-size: 28pt;
}