#container{
width: 900px;
alignment: center;
margin: auto;
}



body{ 
padding: 0;
margin: 0;
background-color: white;
background-image: url('images/backgroundpixel.jpg');
background-repeat: repeat-x;
}

#header{
padding: 0;
margin: 0;
background-image: url('images/logo.jpg');
background-repeat: no-repeat;
background-position: top left;
height: 81px;
font: 1.2em bold arial,sans-serif;
}

#header a{
padding-top: 4em;
padding-left: 1em;
float: right;
text-decoration: none;
font: 0.8em bold arial,sans-serif;
color: rgb(0,59,108);
} 


#content{
clear: right;
background-image: url('images/contact.jpg');
height: 348px;
background-repeat: no-repeat;
background-position: top;
color: white;
font: 0.9em arial,sans-serif;
}

#footer{
font: 0.9em bold arial,sans-serif;
line-height: 1.2em;
}

#content p{
width: 26em;
margin: 0;
padding-top: 12em;
line-height: 1.3em;
}


#footer a{
float: left;
padding-left: 1em;
margin: 1em 0 5em 0;
}

#offshore{
  display: block;
  width: 172px;
  height: 25px;
  background: url('images/btn_offshore.gif') no-repeat 0 0;
}

#bulk{ 
  display: block;
  width: 202px;
  height: 25px;
  background: url('images/btn_bulk.gif') no-repeat 0 0;
}

#offshore:hover, #bulk:hover{ 
background-position: 0 -25px;
}

#offshore span, #bulk span{
  display: none;
}

#products{
margin-top: 0.5em;
}

#outerfooter{
float: right;
color: gray;
font: 0.7em bold arial,sans-serif;
}

#outerfooter span{
alignment: center;
}
