
html {
text-align: center; 
background-x-position: 0%;
background-y-position: 0%;
    background: url(http://www.canadaeconnect.com/images/bg.gif);
    background-color: #fef1e2;
    background-repeat: no-repeat;
}

body  {
  color: #000;
  background-color: #fff;
  margin: 0;
  padding: 0;
    width: 950px;
    font: 11px verdana, sans-serif;
    position: relative;  /* whats this for? */
}

#links 
{
float: right;
position: absolute;
z-index: 10;
top: 0px;
right: 0px;
margin-top: 5px;
margin-right: 10px;
}

body 

{

margin-top: 0px;

margin-right: auto;

margin-bottom: 0px;

margin-left: auto;

padding-top: 0px;

padding-right: 0px;

padding-bottom: 0px;

padding-left: 0px;

background-color: #ffffff;

text-align: left;

width: 950px;

font-family: verdana,sans-serif;

font-style: normal;

font-variant: normal;

font-weight: normal;

font-size: 11px;

line-height: normal;

font-size-adjust: none;

font-stretch: normal;

position: relative;

}

