/*  Main  */
body {
 background-color: #000;
 background-image: url(../images/bg.jpg);
 background-repeat:repeat;
 font-family: garamond, times, serif;
}

#wrapper {
 margin:0 auto;
 width:990px; /*  Change to desired width :)  */
}

/***********************************************   LOGO   *************************************/

#logo {
float:left;
width: 487px;
height: 119px;
text-decoration:none;
background-image: url(../images/corps.png);
background-repeat:no-repeat;
background-position: -22px 15px;
}

#logo a {
text-decoration:none;
display:block;
height:100px;
width:450px;
}

#logo span{
visibility:hidden;
}


/***********************************************   MAIN   *************************************/

#main {
float:left;
width: 970px;
height: 452px;
margin: 0;
padding: 0;
background-image: url(../images/bg_main_start.png);
background-repeat:no-repeat;
}

#welcome {
float:left;
margin: 28px 0 0 322px; 
text-decoration:none;
font-weight: normal;
font-size: 1.2em;
}

#welcome a{
text-decoration:none;
display:block;
width: 340px;
height:440px;
padding: 0;
color: #FFF;
}

#welcome a:hover{
text-decoration:none;
display:block;
width: 340px;
height:440px;
padding: 0;
color: #FFF;
background-image: url(../images/start.png);
background-repeat: no-repeat;
}


#ce_hyperlink {
text-decoration:none;
display:none;
visibility:hidden;
}
/***********************************************   FOOTER   *************************************/

#footer {
float:left;
width: 960px;
height: 40px;
margin: 5px 0;
text-decoration:none;
font-weight: normal;
font-size: 0.9em;
color: #959dab;
}

#footer a {
text-decoration:none;
font-weight: normal;
color: #959dab;
}

#footer a:hover {
text-decoration:none;
color: #5c81d5;
}

