

/* base styles */

body {
margin:0;
padding:0;
background:#152e3b url("../img/bg_body.gif") repeat-x top;
text-align:center;
}

a:active,
a:focus {
outline:none;
}

a img {
border:none;
}


/* container */

#container {
position:relative;
margin:auto;
width:900px;
height:590px;
background:url("../img/bg_container.gif") no-repeat bottom left;
text-align:left;
}

#presentation {
width:900px;
height:height:550px;
}


/* menu */

#logo {
position:absolute;
bottom:3px;
left:0;
}

#language {
position:absolute;
border-left:1px solid #475054;
padding:0 0 0 15px;
bottom:1px;
left:175px;
}

#language img {
display:block;
}

#menu {
border:1px solid #417fa0;
position:absolute;
bottom:0;
right:0;
padding:0 5px 0 15px;
height:35px;
background:url("../img/bg_menu.gif") repeat-x top;
}

#menu img {
float:left;
margin:0 10px 0 0;
}
