/*Content*/
.js #content {
	height: 100%;
	background: #000000;
}

.js div.module {
	position: absolute;
    height: 100%;
}

.js #footer {
	width: 100%;
	height: 100px; 
    margin-top: -100px;
}

.js #footerNav {
}

.js #footerNavInner {
	border-top: 1px solid #cc0000;
	color: #cc0000;
}

.js #footerNavInner a:link, .js #footerNavInner a:visited, .js #footerNavInner a:active, .js #footerNavInner a:focus {
	color: #cc0000;
}

.js #footerNavInner a:hover {
	color: #000000;
}

#footerNewsletter .newsletterInput {
    background: url('img/hugo.newsletterInput.png');
}

#footerNewsletter #newsletterInput {
	color: #cc0000;
}

#footerNewsletter #newsletterInput.active {
	color: #000000;
}

#footerNewsletter input#newsletterSubmit {
    background: url('img/hugo.newsletterSubmit.png');
}

#soundOff {
	background-image: url(img/hugo.footerSoundOff.png);
}

#soundOn {
	background-image: url(img/hugo.footerSoundOn.png);
}
