/* 
    Document   : style
    Created on : 31.5.2010, 11:18:08
    Author     : tomas
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
* {
    padding: 0;
    margin: 0;
}

 img { border: 0;} body {
    font-family: arial,verdana,helvetica,sans-serif;
  text-align: center;   background: url("bg_body.gif") repeat-x scroll 0 0 #2A2A2A;
}
h1 {
    color: white;
    text-align: center;
    margin-top: 50px;
}
.page {
    width: 946px;
    margin: 0 auto;
}
.content {
    color: white;
    text-align: center;
}
.content a {
    color: white;
}
.head {
    width: 946px;
    height: 150px;
    background: url(head.png) no-repeat;
}

