@charset "utf-8";
/*
	CSS Document for NightTowers.com
	Written by F. R. Fernando, August 2007
	
	This CSS file defines the styles for the index at NightTowers.com.
*/

/*Set Body*/
HTML, BODY{
	width:100%;
	height: 100%;
	margin:0px;
	padding:0px;
	background-color:#1C242F;
	color: #FFFFFF;
}

IMG{
	border:0px;
}

/*Error pages*/
#compError{
	width:470px;
	margin:0 auto;
	text-align:justify;
	padding:20px;
	background-color:#334257;
}
#flashError{
	display:none;
}
.centerMe{
	text-align:center;
}

/*Main Flash Div (Hi-Tech)*/
#indexHiContain{
	display:none;
}
#mainFlash{
	position:absolute;
	width:100%;
}
#mainFlashBack{
	position:absolute;
	width:100%;
	height:7px;
	background:#1C242F url('../Images/fadeTop.gif') repeat-x top left;
}
#header{
	width:100%;
	height:30px;
	background:#7c8491 url('../Images/flashTop.gif') repeat-x bottom left;
}
#NTLogoTop{
	position:absolute;
	left:5px;
}
#ReturnToHome{
	position:absolute;
}
#ChangeView{
	position:absolute;
}
#NormalView{
	position:absolute;
}
#footer1{
	position:absolute;
	text-align:right;
	width:100%;
	height:20px;
	background:#171e28 url('../Images/flashFoot1.gif') repeat-x bottom left;
}
#footer2{
	position:absolute;
	width:30%;
	height:20px;
	background:#1c222c url('../Images/flashFoot2.gif') repeat-x bottom left;
}
#donate{
	position:relative;
	right:2px;
}

/*Divs for Splash Index*/
#indexContain {
	display:none;
	position:absolute;
	background-color:#FFFFFF;
}

#indexCentreSpot{
	position:absolute;
	width:797px;
	height:651px;
}

#indexTop {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	background:#7c8491 url('../Images/indexTop.gif') repeat-x bottom left;
}

#indexLeftEdge {
	position:absolute;
	left:0px;
	width:100%;
	height:651px;
	background:#131922 url('../Images/indexLeftEdge.gif') repeat-x top left;
}

#indexBanner {
	position:absolute;
	left:13px;
	width:797px;
	height:133px;
	background:#1C242F url('../Images/indexBanner.jpg') no-repeat top left;
}

#indexCenterpiece {
	position:absolute;
	left:13px;
	top:133px;
	width:642px;
	height:435px;
	background:#37465e url('../Images/indexCenterpiece.jpg') no-repeat top left;
}

#indexContent {
	position:absolute;
	left:655px;
	top:133px;
	width:155px;
	height:435px;
	background:#3a4b5c url('../Images/indexContent.gif') no-repeat top left;
}

#indexBannerBottom {
	position:absolute;
	left:13px;
	top:568px;
	width:797px;
	height:83px;
	background:#141823 url('../Images/indexBannerBottom.gif') no-repeat top left;
}

#indexFooterLeft {
	position:absolute;
	left:0px;
	width:100%;
	background-color:#171e28;
}

#indexFooterMiddle {
	position:absolute;
	width:472px;
	background-color:#1c222c;
	z-index: 100;
}
