@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	background-color: #000000;
	margin-top: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
	}
	
h1 {
	text-align: center;
	margin-top: 60px;
	}
	

#wrapper {
  	text-align: left;
  	width: 1000px;
  	margin-left: auto;
  	margin-right: auto;
	
	}
	
:focus {
	outline: none;
	}	
	
img {
	display: block;
	border: 0;
	margin: auto;
	}
	
#cobo {
	display: block;
	float: right;
	padding-right: 10px
	}
	
#refer {
	margin-left: 18px;
	color: #999;
}
	
a:active, a:focus {
	outline: 0;
	}

a:link {
	color: #FFF;
	text-decoration: none;
	}
	
a:visited {
	text-decoration: none;
	color: #FFF;
	}
	
a:hover {
	text-decoration: none;
	color: #FFF;
	}

a:active {
	text-decoration: none;
	color: #FFF;
	}
