/* Basic Stylesheet for www.danielschilling.com */
/* author: Daniel Schilling.com */

/* global layout */
* {padding:0;margin:0;outline:0;}
img {border:0;}
html {overflow-y: scroll;}

html, body {height: 100%; background-color:#000000;}
html, body, a {
font-family: Arial, Verdana, sans-serif;
font-size: 11px;
text-decoration: none;
text-align: left;
}
.white { background-color:#fff;}

/* general styles */
div#wrapper {
width: 449px;
height: 131px;
margin: 0 0;
position: absolute;
top: 50%;
left: 50%;
margin-left: -224px;
margin-top: -70px;
}
