* {
margin: 0;
padding: 0;
border: 0;
font-family: verdana, sans-serif;
font-size: 12px;
font-weight: normal;
font-style: normal;
text-decoration: none;
}

body {
background : #fff url(../../../share/pixmaps/website/backgrey.png) fixed repeat-x;
}

#header {
position : absolute;
margin : 15px;
width : 100%;
z-index : 100;
}

#header h2 {
position : absolute;
left : 50%;
margin-left : -275px;
top : 0;
height : 25px;
width : 540px;
background : transparent url(../../../share/pixmaps/website/intro.definition.gif) top left no-repeat;
text-indent : -5000px;
}

#acc {
position : absolute;
top : 45px;
right : 15px;
height : 540px;
width : 300px;
z-index : 200;
}

#map {
position : absolute;
top : 95px;
left : 50%;
margin-left : -360px;
text-align : center;
z-index : 50;
}

#alert {
position : absolute;
bottom : 0;
left : 50%;
width : 600px;
margin-left : -300px;
text-align : center;
}
#alert * {
font-size : 0.9em;
color : red;
}
