/* layout */
* {padding:0;margin:0;outline:0;}
img {border:0;}
html {overflow-y: scroll;}

html, body {height: 100%; background-color:#a9e1f1;}
html, body, a {
font-family: Arial, Verdana, sans-serif;
font-size: 11px;
text-decoration: none;
text-align: left;
}
.white { background-color:#a9e1f1;}

/* general styles */
div#wrapper {
margin: 0 0;
position: absolute;
top: 50%;
left: 50%;
}