/* 
    Document   : style
    Created on : 17.2.2011, 12:49:20
    Author     : Ondra
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body{
    background-image: url('images/bg.jpg');
    background-position: top center;
    background-color: #273b53;
    background-repeat: no-repeat;
    text-align: center;
    color: #ffffff;
}
a{
    color: #ffffff;
    font-weight: lighter;
    text-decoration: none;
}
h1{
    font-size: 200px;   
    padding-top: 200px;
}
