html, body{
    font-size:14px;
    background-color:#ddd;
    font-family: "Arial";
    height:100%;
    width:100%;
}

body{
    background-image:url("/img/square_black_bg.jpg");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:fixed;
    position:relative;
}

#main{
    position:relative;
    width:1000px;
    margin:0px auto;
    padding-top:20px;
    min-height:300px;
    background-color:white;
    -o-border-bottom-right-radius: 10px;
    -o-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 3px 3px 15px #000;
}

#main .inside{
    padding:10px;
}

#main .temp{
    text-align:center;
    margin-top:10px;
}

.temp h3{
    font-weight:bold;
    font-size:3em;
    margin-bottom:20px;
    color:#777;
}

.temp p{
    font-size:1.5em;
    color:#444;
}

.temp img{
    margin-bottom:40px;
}

.disabled_wrapper{
    text-align:center;
    font-size:2em;
}

.disabled_wrapper h3{
    margin:50px 0px 20px 0px;
    font-size:1.5em;
    font-weight:bold;
}

.disabled_wrapper p{
    line-height:1.2em;
}