html, body {
    min-height: 100%;
}

body {font-family:'Open Sans', helvetica, sans-serif; margin:0px; padding:0px; font-size:10px; color:#000;}

body { background: #fff; 
	background-size:cover; background-repeat:no-repeat;}

a {color: #0E69B5; text-decoration:none;}

a:hover {color: #718DCE;}

#container {width:90%; max-width:640px; padding:10px 6px 20px 6px; text-align:center; margin:1.2em auto 1.2em auto; font-size:1.5em;}

#clients {width:100%; text-align:center; margin:0em auto 1.2em auto;}

#copyright {font-size:1em; text-align:center; margin:2em auto 2em auto;}

h1 img {max-width:90%;}

@media (max-width: 470px) {
#container br {display:none;}
#container {font-size:1.2em;}
#clients br {display:inline;}
#clients {margin-top:1.2em;}
#spacer {margin-top:1.2em; width:100%; clear:both;}
}