body {
	background-color: #000;
	color: #FFF;
	width: 550px;
	margin: 0px auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
}
#logo {
	text-align: center;
	position: relative;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline overline;
}
#footer {
	position: absolute;
	bottom: 0px;
	height: 10px;
	clear: left;
	width: 100%;
	left: 0px;
	text-align: center;

        font-family: Verdana, Geneva, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #666666;
        background-color: #000;
}
em {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-color: #000;
	text-align: center;
	display: inline;
}
#left {
	text-align: right;
	float: left;
	width: 270px;
	line-height: 21px;
	margin-right: 5px;
}
#right {
	line-height: 21px;
	float: left;
	padding-left: 5px;
	width: 270px;
}
