@charset "utf-8";

* {padding:0; margin:0; font-size: 100.01%;}

body  {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100.01%;
	background-color: #000;
	background-repeat: repeat;
	color: #FFF;
	font-weight: bold;
}
p {
	text-align: center;
	font-size: 1em;
}

#container {
	width: 780px;
	margin: 2em auto 0;
	text-align: left;
	background-color: #000;
} 
.image {
	display: block;
	width: 181px;
	margin-right: auto;
	margin-left: auto;
}
a:link {
	color: #FFF2C8;
	text-decoration: none;
	padding-top: 6px;
}
a:visited {	color: #CCC;
	text-decoration: none;
	padding-top: 6px;}
a:hover{
	text-decoration: overline;
	padding-top: 6px;
	color: #E6B123;
}
#container h1 {
	color: #000;
	display: none;
}
.small {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

