body {
    height: 100%;
    background: #186aa9 url(../images/404/sky-background.png) top repeat-x;
    overflow: hidden;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
}
#wrapper {
    width: 980px;
    margin: 0px auto;
    position: relative;
    height: 100%;
    background: url(../images/404/sky-shine.jpg) top left no-repeat;
}
div.graphic {
    position: absolute;
    top: 80px;
    left: 0px;
    background: url(../images/404/404.png) top left no-repeat;
    width: 494px;
    height: 331px;
}
div.not-found-text {
    position: absolute;
    top: 35px;
    right: 0px;
    width: 430px;
}
