/* Layout Stylesheet */ 

html,body{
margin:0;
padding:0;
background:#ffffff
}

div#content{
width:900px;
position:relative;
left:50%;
margin-left:-450px;
background:#d9d9d9;
background-image: url('/images/bg.gif');
background-repeat: repeat-x;
background-position: top
}
