* {
	padding: 0px;
	margin: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}
html {
}
body {
	background: #000000
}
a {
	color:  #0049B0;
	text-decoration: none;
}
a:hover {
	color:  #CC0000;
}
ul {
	list-style: none;
}
a img{
	border: none;
}
h1 {
	position: relative;
	overflow: hidden;
	margin-bottom: 3px;
}
h1 img {
	display: block;
}
h1 span {
	position: absolute;
	left: 2000px;
}
.clear {
	clear: both;
}
hr {
	background: #000000;
	color: #000000;
	height: 1px;
	overflow: hidden;
	border: none;
}
#wrapper {
	width: 640px;
	margin: 200px auto 0px auto;
}