
html, body {
    margin:0;
    padding:0;
    height:100%;
    background-image:url(bg.png);
    background-repeat:repeat;
}

#reeel {
    position:absolute;
    width:500px;
    height:100px;
    top: 50%;
    left: 50%;
	margin-top: -50px;
    margin-left: -250px;
}

h1 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size:44px;
    color:#a9a9a9;
    text-align:center;
    text-shadow: #ffffff 0px 1px 1px;
}

h1 span {
    font-size:34px;
}