html{
    width: 100%;
    height: 100%;
}
body#mongoose{
    background: url('/App_Themes/frontend/images/bg.png');
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
#splash_container{
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}
#splash{
    width: 780px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -390px;
    margin-top: -150px;
    color: #fff;
    font-family: "Helvetica";
    font-size: 14px;
    text-align: center;
}
a{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
.get_flash{
    width: 150px;
    height: 30px;
    margin: auto;
    display: block;
    text-indent: -9999px;
}
.get_flash a{
    background: url('images/download_flash.jpg');
    width: 150px;
    height: 30px;
    display: block;
}
hr{
    width: 400px;
    height: 1px;
    margin: 20px auto;
}