#loaderView span {
    border-bottom-color: #000;
}

#header {
    /* background: #111;
    border-bottom: 1px solid #000; */
}

#landingButtonsPage, #bottomFixedIsoArea > div {
	width: 350px
}

#bottomFixedIsoArea > div {
	margin:0 auto;
}

#bottomFixedIsoArea {
	width:100%;
	position:fixed; 
	left:0; 
	bottom:0;
	text-align:center;
	margin:0 auto;
}

#landingButtonsPage a.white {
	background: #fff;
	color: #333;
	border: 1px solid #ccc;
}

#landingButtonsPage a img {
	margin: 0 auto;
	display: block;
	max-width: 50px;
	max-height: 50px;

}