/*
    Document   : g_main
    Created on : 2010-08-17, 10:59:26
    Author     : zajac
    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/g_background.jpg");
    background-position: top center;

}

.centrum{
    color:#fff;
    text-shadow:1px 1px 2px #000;
}

.tat{
    color:#fff;
    text-shadow:1px 1px 2px #000;
}

.content_text{
       color:#fff;
    text-shadow:1px 1px 2px #000;
}

.box{
    width:330px;
    text-align: center;
}

.box .text{
          color:#fff;
    text-shadow:1px 1px 2px #000;
}

.footer, .footer a{
          color:#fff;
    text-shadow:1px 1px 1px #000;
}