* {
	margin: 0px;
	padding: 0px;
}
html {
}
body {
	background-color: #000000;
}
#pageLayout {
	width:600px;
	display:block;
	min-height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#contentLayout {
	width: 600px;
	margin-bottom:500px;
}
* html #pageLayout {
	height: 100%;
}
.clearLayout {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
/* The CSS that's required to position the footer */
html {
	height: 100%;
}
body {
	height: 100%;
}
#contentLayout {
	position: relative;
	min-height: 100%;
}
* html #contentLayout {
	height: 100%;
}
#footerLayout {
	position: relative;
	margin-top: -70px;
	width:100%;
	height:70px;
}
* html #footerLayout {
	margin-top: -69px;/* A CSS hack that only applies to IE -- specifies a different offset for the footer */
}
/* */
#flashcontent {
	display:block;
	height:500px;
	width:600px;
	margin-bottom:100px;
}
/**/
.footerTitles {
display:block;
height:20px;
}
.footerTitles p{
	color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 7px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left:auto;
	margin-right:auto;
}
#footerLayout #footerContentLinks {
	display:block;
	width:200px;
	margin-left:auto;
	margin-right:auto;
	font-size: 11px;
}
#footerLayout #footerContentLinks p #footerTitle {
}
#footerLayout #footerContentLinks p {
	float:left;
}
#footerLayout #footerContentLinks p a {
	display:block;
	text-indent:-9999px;
}
/**/
#footerLayout #footerContentLinks p a.iconBBS {
	width:50px;
	height:50px;
	background-image:url("/_media/_images/_intro/bbs logo (bw).jpg");
	background-repeat: no-repeat;
}
#footerLayout #footerContentLinks p a.iconBBS:hover {
	background-image:url("/_media/_images/_intro/bbs logo.jpg");
}
#footerLayout #footerContentLinks p a.iconNSE {
	width:100px;
	height:50px;
    background-image:url("/_media/_images/_intro/nse%20logo%20(bw).gif");
	background-repeat: no-repeat;
}
#footerLayout #footerContentLinks p a.iconNSE:hover {
	background-image:url("/_media/_images/_intro/nse%20logo.gif");
}
#footerLayout #footerContentLinks p a.iconTA {
	width:50px;
	height:50px;
	background-image:url("/_media/_images/_intro/tofua animation logo (bw).jpg");
	background-repeat: no-repeat;
}
#footerLayout #footerContentLinks p a.iconTA:hover {
	background-image:url("/_media/_images/_intro/tofua animation logo.jpg");
}
