html {
	height: 100%;
	width: 100%;
}

body {
	color: #000001;
	background-color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: 100%;
}

div {
	font-size: 12px;
	font-family: sans-serif;
	overflow: hidden;
	color: #000000;
	background-color: transparent;
	position: absolute;
	left: 50%;
	top: 30px;
	width: 800px;
	height: 562px;
	margin-left: -400px;
	margin-top: 0px;
	border-left: 0px solid #c0c0c0;
	border-right: 0px solid #c0c0c0;
	border-bottom: 0px solid #c0c0c0;
	text-align: left;
	background-image: url('../img/bg_logo.png');
	background-repeat: no-repeat;
	background-position: top right;

}

.select {
	position: relative;
	top: 350px;
	left: 489px;
}

.select .left {
	padding-right: 0.25em;
	border-right: 1px solid #c0c0c0;
}

a {
	font-weight: normal;
	color: #c0c0c0;
	background-color: inherit;
	text-decoration: none;
}

a:visited {
	color: #c0c0c0;
	background-color: inherit;
}

a:hover {
	color: #c0c0c0;
	background-color: inherit;
}

a:active {
	color: #c0c0c0;
	background-color: inherit;
}
