/* 
    Document   : css
    Created on : 29.1.2010, 0:05:05
    Author     : h0nza
    Description:
        Purpose of the stylesheet follows.
*/

html,body {margin: 0; padding: 0; font-size: 90%; font-family: georgia; background: #ffeec1 url("../images/bg.gif") 100% 0 no-repeat; color: #711103;}
#cont {width: 640px; height: 100%; padding: 8px; margin: 0 auto 0 0; }
h1 { margin: 0; padding: 30px 0; font-style: normal; font-size: 1.4em; }
p { font-size: 1em; line-height: 1.5em; }
a { font-weight: bold; color: #eb0707; text-decoration: underline; }
a:hover { text-decoration: none; }
#footer { margin: 14px; text-align: center; }

