body{
font-family: Helvetica, Arial;
background: url(bg.gif) repeat-x;
}

#header{
width: 500px;
margin: 0 auto;
}

#header img{
width: 500px;
border: none;
}

#navigation{
width: 460px;
background: url(bg-500.gif) no-repeat;
color: white;
margin: 0 auto;
height: 30px;
line-height: 30px;
padding: 0 20px
}

#content{
width: 440px;
margin: 0 auto;
padding: 30px;
}

#footer{
width: 460px;
background: url(bg-500.gif) no-repeat;
color: white;
margin: 0 auto;
height: 30px;
line-height: 30px;
text-align: right;
font-size: 10pt;
padding: 0 20px;
}

#navigation ul{
list-style-type: none;
font-size: 10pt;
padding-left: 10px;
float: left;
position: relative;
bottom: 13px;
}

#navigation ul li{
float: left;
margin-right: 20px;
color: white;
}
#navigation ul li a{
color: white;
}

.agbpage{
font-size: 9pt;
}

ul.agb{
list-style-type:decimal; 
padding-left: 20px;

}
ul.agb li{
margin-bottom: 10px;

}