html, body {
 height: 100%;
 width: 100%;
 margin: 0;
 padding: 0;
}

body {
 height: 100%;
 width: 100%;
 background-color: #FDF1C3;
 background-position:top center;
 background-repeat: no-repeat;
 font-size: 0.9em;
 font-size: 13px;
 font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
text-align:center;
color: #0D4A01;
}

a img {
 border: none;
}

a:link, a:visited, a:active, a:focus
{
color: #0D4A01;
text-decoration:underline;
}
a:hover
{
color: #0D4A01;
text-decoration:none;
}
/***************
           Site
******************/

#wrapper{
text-align: center;
margin:0 auto; 
width:1024px;
}


#logo{
text-align:center;
float:left;
background-image: url('xtcommerce/templates/hasselbach-xtc4/img/logo.png');
background-repeat:no-repeat;
background-position:center 160px;
width:950px;
height:610px;
margin:0 auto; 
}

#text{
margin-top:10px;
font-size:1em;
}

#adress
{margin-top:190px;
}

h1 {
font-size:13px;
}