body {
    color: #000;
    background-color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    height:100%;
    text-align: center;
    margin: 12% 12%;            
}
        
a:link, a:visited, a:active {
	text-decoration: none;
	color: #028b7c;
}

#bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#info {
	background: url(/assets/base/images/transpBlack.png);
	padding: 20px 0 20px 0;
	position: absolute;
	/*top: 300px;*/
	top: 50%;
	left: 0px;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 18px;
	z-index: 6000;
}

#moreinfo {
    display: none;
}

input.blur { 
    color: #ccc; 
}

