body
{
position: relative;
width: 800px;
margin-left: auto;
margin-right: auto;
 
font: 14px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
color: rgb(80,80,80);
}

h1
{
display: none;
}

#header
{
position: relative;
margin-bottom: 10px;
}

#menu
{
position: relative;
height: 26px;
margin-top: 10px;
margin-bottom: 10px;
}

a img
{
border: none;
}
.emailbutton
{
display: block;
position: absolute;
top: 0px;
left: 10px;
}

.downloadbutton
{
display: block;
position: absolute;
top: 0px;
left: 140px;
}

.flagen
{
display: block;
position: absolute;
top: 0px;
right: 60px;
}

.flagfr
{
display: block;
position: absolute;
top: 0px;
right: 10px;
}

#content
{
position: relative;
margin-top: 10px;
margin-bottom: 10px;
padding: 10px;
background-color: rgb(240,240,240);
}

h3
{
color: rgb(0,0,0);
text-align: center;
font-weight: bold;
font-size: 16px;
background-color: rgb(220,220,220);
}

p
{
padding-left: 20px;
padding-right: 20px;
text-align:justify;
}

.screenshotpicture
{
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: 10px;
border: rgb(180,180,180) solid 1px;
}

#footer
{
position: relative;
margin-top: 10px;
margin-bottom: 10px;
border-top: rgb(220,220,220) solid 2px;
border-bottom: rgb(220,220,220) solid 2px;
background-color: rgb(240,240,240);
font-size: 12px;
text-align: center;
}
