@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
		font: 80% verdana, arial, helvetica, sans-serif;
		text-align: center; /* for IE */
	}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}	
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #0099FF;
	background-position: center center;
	text-align: center;
}
#wrapper #main {
}

#wrapper  #copyright  h6  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}
#wrapper #copyright a:active {
	color: #FFFFFF;
}
#wrapper #copyright a:hover {
	color: #FFFFFF;
}
#wrapper #copyright a:visited {
	color: #FFFFFF;
}
#wrapper #copyright a:link {
	color: #FFFFFF;
}
#wrapper #copyright a {
	text-decoration: none;
}
#wrapper #copyright {
	height: 30px;
	vertical-align: middle;
	background-position: center;
}
