/*
	Table of Contents
	~ HTML Tag Overrides
	~ Main Container
	~ Video Container
	~ Join Banner
	~ Footer Banner
	~ Footer
*/

/*----------------------------------------------------*/
/* HTML Tag Overrides
/*----------------------------------------------------*/

html{

	width: 100%;
	height: 100%;

}

body {

	border: 0;
	margin: 0 auto 0 auto;
	background: #000000;

}

/*----------------------------------------------------*/
/* Main Container
/*----------------------------------------------------*/

#hdrLogo {

	position: relative;
	margin: 0 auto 0 auto;
	width: 370px;
	height: 156px;
	background: url('../images/logo.gif');
	margin-top: 40px;

}

#hdrLogo a{

	position: absolute;
	top: 0px;
	left: 0;
	width: 370px;
	height: 156px;

}

#hdrLogo span{

	display: none;

}

#btnContact {

	position: relative;
	margin: 0 auto 0 auto;
	width: 285px;
	height: 55px;
	background: url('../images/b_contact.gif');
	margin-top: 30px;

}

#btnContact a{

	position: absolute;
	top: 0px;
	left: 0;
	width: 285px;
	height: 55px;

}

#btnContact span{

	display: none;

}


#contentBody {

	position: relative;
	margin: 0 auto 0 auto;
	width: 760px;
	height: 938px;
	background: url('../images/content_logos.jpg');
	margin-top: 25px;

}

#contentBody a{

	position: absolute;
	top: 0px;
	left: 0;
	width: 760px;
	height: 938px;

}

#contentBody span{

	display: none;

}


/*----------------------------------------------------*/
/* Footer Niche
/*----------------------------------------------------*/

#ftr .ftrTxtNiche{

	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;

}
