/* Layout - Intro */

body > #PageWrapper {
	padding-bottom: 0 !important;
    position: static;
}
#FooterWrapper {
	position: relative;
}

/* Footer in Animation */



@media all and (max-width: 900px){

	#HeaderWrapper {
		background: #FFFFFF;
		background: -moz-linear-gradient(top,  rgba(255,255,255,0.9) 0%, rgba(255,255,255,1) 100%);
		background: -webkit-linear-gradient(top,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,1) 100%);
		background: linear-gradient(to bottom,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#ffffff',GradientType=0 );
	}

}