body {
color : #545454;
font-size : 15px;
font-family : Times;
background-image : url(images/body.gif);
background-attachment : fixed;
max-width : 450px;
margin : auto;
}
a:link, a:active, a:visited {
color : #808080;
text-decoration : none;
}
a:hover, a:focus {
text-decoration : underline;
}
div {
background-color : #fff;
margin : 1px;
padding : 2px;
}
hr {
margin : 0;
border-color : #f0f0f0 #fff #fff;
border-style : solid;
border-width : 1px;
}
.header {
font-size : 20px;
color : #fff;
background-color : #FB5E61;
background-image : url(images/header.gif);
background-repeat : no-repeat;
background-position : right 50%;
max-height: 30px;
padding: 3px;
margin-top : 10px;

}
.title {
background-color : #FCEFEF;
background-image : url(images/title.gif);
background-repeat : repeat-x;
background-position : 50% bottom;
border : 1px solid #F9DBDB;
}

.content {
background-image : url(images/content.gif);
background-repeat : repeat-x;
background-position : 50% top;
border : 1px solid #F7E6E6;
}

.content a:link, .content a:visited {
color : #F46969;
}
.footer {
color : #fff;
background-color : #FB5E61;
background-image : url(images/footer.gif);
background-repeat : no-repeat;
background-position : right 50%;
}
.vs {
text-align : center;
}
span {
color : #96dc2c;
}
.zag {
font-size : large;
}
