/* Surrealix Website Stylesheet */
/* Copyright Surrealix 2005-2006 */

/* Main settings */
body {

background: white url('../image/background.jpg') repeat-x bottom;
background-position: 0 0;

font-family: Verdana, Verdana, Geneva, sans-serif;
font-size: 10pt;

padding: 0;
margin: 0;

text-align: center;

}

a:link {

text-decoration: none;
color: #282f51;

}

a:visited {

text-decoration: none;
color: #282f51;

}

a:hover, a:active {

text-decoration: none;
color: #282fee;

}

/* The entire page is centered */
div.dcn {

width: 600px;
background: transparent;

margin: 0 auto;

text-align: left;

}

/* The header image and text */
div.him {

position: relative;

width: 600px;
height: 230px;

margin: 0;

background: transparent url('../image/header.jpg') no-repeat;
background-position: top center;

}

/*surrealix 24pt 282f51, desdev 12 c9bc7e, cpysurrelaix 8 ditto, lines d3d8ef */

/* Surrealix */
div.hsu {

font-size: 18pt;
color: #282f51;

position: relative;
top: -200px;
left: 340px;
width: 200px;

}

/* Design Develop Play */
div.hde {

font-size: 9pt;
color: #c9bc7e;

position: relative;
top: -200px;
left: 340px;
width: 200px;

}

/* The bar behind the link text */
div.hbr {

position: relative;

width: 600px;
height: 1px;
font-size: 0;

top: -50px;

background-color: #d3d8ef;

}

/* Links */
div.hlk {

position: relative;

width: 600px;
top: -60px;

color: #282f51;

text-align: center;
font-size: 10.5pt;

}

/* CONTENT! */


/* The bar behind the copyright text */
div.fbr {

position: relative;

width: 600px;
height: 1px;
font-size: 0;

top: 50px;

background-color: #d3d8ef;

}

/* Copyright */
div.flk {

position: relative;

width: 600px;
top: 42px;

color: #282f51;

text-align: center;
font-size: 8pt;

}

/* The footer image */
div.fim {

position: relative;

width: 600px;
height: 40px;

top: 50px;

margin: 0;

background: transparent url('../image/footer.jpg') no-repeat;
background-position: top center;

}





/* Other Assorted crap */

/* The game and art link bar */
div.llk {

position: relative;

width: 600px;
top: -50px;

color: #282f51;

text-align: center;
font-size: 10.5pt;

}