@charset "utf-8";
/* CSS Document */

A:link {
	text-decoration: none;
	color: #EEE;
}
A:visited {
	text-decoration: none;
	color: #EEE;
}
A:hover {
	text-decoration: none;
	color: #FFF;
}
A:active {
	text-decoration: none;
	color: #999;
}
body, td, th {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #F90;
	background-color: #666666;
	text-decoration: none;
	
}

.time{
	color: #FFF;
}

DIV.container {
    min-height: 10em;
    display: table-cell;
    vertical-align: middle;
}

P.blocktext {
    text-align: center;
}

#wrapper {
	margin: 0px;
    padding: 0px;
	height:100%;
	width:100%;
	display: table;
}

#container {
	min-height: 10em;
    display: table-cell;
    vertical-align: middle
}

#header {
	margin-left:120px;
	margin-right:120px;
	text-align:center;
}

#content {
	text-align:center;
}

#footer {
	margin-left:120px;
}