html, body {
font-family: Microsoft Sans Serif; 
font-size: 8pt;
line-height: 8pt;
text-align: center;
color: #000000;
background: url("../images/background.jpg") repeat-x top;
background-color: #ecf6f9;
margin: 0;
width: 551px;
margin: auto; 
}
html.logged, body.logged {
font-family: Microsoft Sans Serif; 
font-size: 8pt;
line-height: 8pt;
text-align: center;
color: #000000;
background: url("../images/background.jpg") repeat-x top;
background-color: #ecf6f9;
margin: 0;
width: 800px;
margin: auto; 
}
a:link, a:visited {
color: #000000;
}
a:active, a:hover {
color: #000000;
}