@charset "utf-8";
#wrapper {
	padding: 0px;
	height: 700px;
	width: 1380px;
	position: relative;
	top: 0px;
	background-color: #000;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
body {
	background-color: #000;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


.go {
	color:#FFFFFF;
	font-size: 16px;
	line-height: 1em;
	font-weight: bold;
	text-decoration: none;

	}
		a.go:link{
	color:#FFFFFF;
	text-decoration: none;
}
		a.go:hover{
	color: #FF0000;
	text-decoration: none;
}
#cover {
	position: absolute;
	z-index: 5;
	height: 1200px;
	width: 1380px;
	margin: 0px;
	padding: 0px;
	float: none;
	left: 0px;
	top: 0px;
}

