/* Game Site Style */
body {
color : #3195b1;
font-size : 12px;
font-family : "Franklin Gothic Medium";
margin : auto;
max-width : 100%;
}
a {
color : #88be1a;
text-decoration : none;
}
a:hover {
color : #3195b1;
}
.header {
background-image : url(images/header.jpg);
background-repeat : no-repeat;
height : 57px;
}
.topline {
background-image : url(images/topline.jpg);
background-repeat : no-repeat;
height : 24px;
}
.content {
background-image : url(images/content.gif);
padding-right : 18px;
padding-left : 18px;
}
.botline {
background-image : url(images/botline.jpg);
background-repeat : no-repeat;
height : 21px;
}
.footer {
background-image : url(images/footer.jpg);
background-repeat : no-repeat;
height : 23px;
}
.line {
border-bottom : 1px dotted #2a4e58;
}
.reflexion {
background-image : url(images/reflexion.jpg);
background-repeat : no-repeat;
height : 19px;
}
span {
color : #58751d;
}
.copy {
text-align : center;
}
p {
margin : 0;
padding : 0;
}
hr {
margin : 0;
padding : 0;
}
/* Style by Mad
http://wapdiz.ru and editing to HTML by http://stevendie.xtgem.com */