/* =============================================
    Global settings
   ============================================= */
* {
 margin			    : 0;
}
html, body {
 background-color   : #ffffff;
 height			    : 100%;
 color              : #555555;
}
a {
 font-family        : Verdana;
 font-size          : 12px;
 color              : #847248;
 text-decoration	: none;
}
a:hover {
 text-decoration    : underline;
}
h1 {
 font-size          : 24px;
 line-height		: 50%;
 text-decoration    : bold;
}
h2 {
 font-size          : 17px;
 text-decoration    : bold;
}
td {
 font-family        : Verdana;
 font-size          : 12px;
}
div {
 position		    : relative;
 padding		    : 5px;
}
.left {
 float			    : left;
}
.right {
 float			    : right;
}
.border1 {
 border-top         : 1px solid #cccccc;
 border-bottom      : 1px solid #cccccc;
 border-left        : 1px solid #cccccc;
 border-right       : 1px solid #cccccc;
 border-radius		: 5px;
}
.color1 {
  background-color  : #efefef;
}
.color2 {
  background-color  : #119999;
}
.color3 {
  background-color  : #991199;
}
.color4 {
  background-color  : #999911;
}
.color5 {
  background-color  : #ff9999;
}
/* =============================================
    Main
   ============================================= */
div.body {
 width                  : 98.8%;
 height                 : 98.8%;
 left                   : 50%; 
 margin-left            : -49.7%;
 position               : absolute;
 font-family            : Verdana;
 font-size              : 12px;
}
div.logo {
 position               : absolute;
 top                    : 40%;
 left                   : 50%;
 margin-top             : -200px;
 margin-left            : -324px;
 width                  : 647px;
 height                 : 400px;
 font-family            : 'Arial Black';
 font-size              : 28px;
 color                  : #000000;
}
