body{
    color: #eee;
    background: url('bg.jpg') no-repeat center center fixed;
}

#wrapper{
    display: block;
    position: absolute;
    width: 1000px;
    height: 600px;
    left: 50%;
    top:50%;
    margin-left: -500px;
    margin-top: -350px;
    /*background: #ccc;*/
}








#logo{
    display: block;
    position: absolute;
    width: 820px;
    height: 312px;
    left: 50%;
    margin-left: -410px;
    top: 50%;
    margin-top: -200px;
}

#msg{
    font-family: Arial, sans-serif;
    display: block;
    position: relative;
    float: left;
    width: 50%;
    height: 40px;
    padding-left: 25%;
    padding-right: 25%;
    padding-top: 20px;
    /*background: #ddd;*/
    text-align: left;
    color: #325b65;
    font-size: 16px;
    margin-left: 118px;



}


#logo img{

}