/* 
    Document   : screen
    Created on : 21.9.2012, 11:34:20
    Author     : Tomáš Pastýřík <mail@tomaspastyrik.cz>
    Description:
        Purpose of the stylesheet follows.
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,300italic,700);

root { 
    display: block;
}

body {
    background: url('../img/bcg_blue.png'); 
    width: 100%;
    height: 100%;
    font-family: "Open Sans",Verdana,"Geneva CE",lucida,sans-serif;
    font-size: 16px;
    color: #33ccff;
}

div.center {
    text-align: center;
    width:500px;
    height:300px;
    position:absolute;
    left:50%;
    top:40%;
    margin:-150px 0 0 -250px;
}


div.center h1{
    margin-bottom: 0;
    font-size: 140%;
    font-weight: 300;
    margin-top: 7px;
    color: #b2ebff;
}

div.center a{
    text-decoration: none;
    color: #d6f4ff;
    font-size: 130%;
}

div.center a:hover{
    color: white;
}
