

/* base styles */

body {
margin:0;
padding:0;
background:#b1bfcb url("../img/bg_body.gif") repeat-x top;
text-align:center;
}

html,
body {
height:100%;
}

a:active,
a:focus {
outline:none;
}

a img {
border:none;
}


/* container */

#container {
position:absolute;
top:50%;
left:50%;
margin:auto;
}

#containerSpan {
position:relative;
float:left;
display:inline;
margin:-295px -450px -295px -450px;
width:900px;
height:590px;
text-align:left;
}

#presentation {
width:900px;
height:550px;
}


/* menu */

#logo {
position:absolute;
bottom:3px;
left:0;
}

#language {
position:absolute;
padding:0 0 0 15px;
bottom:1px;
left:175px;
}

#language img {
display:block;
}

#menu {
border:1px solid #bfc3c5;
position:absolute;
bottom:0;
right:0;
height:35px;
background:url("../img/bg_menu.gif") repeat-x top;
}

#menu img {
float:left;
}

#menu img#rx350 {
margin-right:0;
}
