@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	background-image: url(images/backgroundstars.jpg);
	background-repeat: repeat;
}

section {
	display: table;
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	text-align: center;
}

#reglogo {
	display: table-cell;
	vertical-align: middle;
}

#regimg {
	width: 30%;
	height: auto;
}

#login {
	display: table-cell;
	vertical-align: text-bottom;
}

.front ul {
	list-style-type: none;
	padding: 0px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 500px;
}

.front li {
	display: inline;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	float: left;
	height: auto;
	width: 150px;
}

.front {
	float: none;
	z-index: 100;
	position: absolute;
	top: 150px;
	overflow: hidden;
	left: 400px;
}
#logo {
	height: auto;
	width: 1500px;
	margin-top: 50px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


a.link:link {
	text-decoration: underline;
	color: #B0B165;
}

a.link:visited {
	text-decoration: underline;
	color: #666;
}

a.link:hover {
	text-decoration: underline;
	color: #FFF;
	background-color: #000;
}

a.link:active {
	text-decoration: underline;
	color: #FFF;
	background-color: #000;
}
