html,body {
	background-color: #000418;
	background-image: url(../images/page-background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin:0;
	padding:0;
	color: #ffffff;
	font-family: Arial;
	font-size: 11px;
	min-width: 640px;
	margin-bottom: 20px;
}

#wrapper {
	width: 640px;
	margin:auto;
}

#header {
	
}

#header a {
	display: block;
	width: 596px;
	margin: auto;
	background-image: url(../images/logo.jpg);
	height: 278px;
}

#header a span {
	display: none;
}

h1 {
	color: #E0C658;
	border-bottom: 1px solid #2970B3;
	font-size: 16px;
	margin: 0 0 5px 0;
}

h2 {
	color: #BDE0F6;
	border-bottom: 1px solid #00378F;
	font-size: 12px;
	margin: 0 0 5px 0;
}

p {
	margin: 0 0 10px 0;
}

.listing td {
	text-align: center;
}

.listing .listbox {
	width: 150px;
	text-align: center;
	padding: 4px;
	background-image: none !important;
	position: relative;
}

.listing .listbox td {
	background-color:  #000000;
}

.listing .listbox .info {
	position: absolute;
	top:16px;
	left:6px;
	margin-top: 4px;
	width: 134px;
	text-align: left;
	padding: 5px;
	font-size: 10px;
}

.listing .listbox .links {
	margin-top: 4px;
}

.listing .listbox .links a {
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	display:block;
}

img {
	border: none;
}
