html, body {
    height: 100%;
}

body {
    background: #666666;
    padding: 0;
    margin: 0;
}

#overall {
    margin: 0 auto;
    width: 360px;
    background: url("../images/intro_bg.gif") repeat-y center;
    height: 100%;
    position: relative;
}

body>#overall {
    height: auto;
    min-height: 100%;
}

#flash {
    margin: 40% 55px;
    width: 250px;
    text-align: center;
}

a {
    background: url("../images/intro.gif") no-repeat;
    display: block;
    margin-top: 200px;
    width: 250px;
    height: 230px;
}