/*////////////////////////////LOGIN PAGE*/

#login {
	background-image: url(imgs/splash.jpg);
	background-repeat: no-repeat;
	height: 320px;
	width: 460px;
	margin-top: 120px;
	margin-right: auto;
	margin-left: auto;
}
#enter {
	height: 24px;
	width: 240px;
	margin-top: 250px;
	margin-left: 170px;
	position: absolute;
}
#wrapper {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
body {
	margin: 0px;
}
#edtions {
	background-color: #000;
	text-align: center;
}
#edtionsWhite {
	text-align: center;
}
a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:link {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:visited {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:active {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:hover {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


/*////////////////////////////MAIN PAGE*/

/*////////////////////////////COMING PAGE*/

.ComingSoonBody {
	background-color: 000000;
}

.ComingSoonMain {
	text-align: center;
}