.LogoFenix {
	background-image: url(Images/LOGO.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 559px;
	height: 239px;
	padding-left: 50px;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	position: relative;
	text-align: center;
}
.ComingSoon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #999999;
	letter-spacing: normal;
	text-align: center;
	width: 70%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	position: relative;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.Authors {
	text-align: center;
	width: 70%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: relative;
	overflow: auto;
}
.Author {
	font-size: 12px;
	font-weight: lighter;
	text-transform: capitalize;
	color: #A62315;
	letter-spacing: 4px;
	text-align: center;
	width: 32%;
	position: relative;
	float: left;
	clear: none;
	right: 0px;
}
BODY {

}
.PageContent {
	position: static;
	width: 100%;
	height: 100%;
	float: none;
	clear: none;
	text-align: center;
	left: 20%;
	top: 20%;
}
Span{
	cursor:pointer;
	color:#999999;
}
Span.hover{
	color:#A62315;
}