@charset "UTF-8";
/* CSS Document */
* { height: 100%; }

html { height: 100%; }

body{
margin:0;
background-color:#111111;
background:#000000 url(/images/nimble.jpg) no-repeat 48%;
font: normal 100% "Helvetica", Arial, sans-serif;
color:#fff;
}

h1{
font-size:60px;
margin:0;
}
