/* CSS Document */

body{
background-image:url(../images/back.png);
background-position:top;
background-repeat:repeat-x;
margin-top:0px;
}

#header_layout{
background-image:url(../images/screenshots.png);
background-position:top right;
background-repeat:no-repeat;
height:300px;
}
#master_layout{
width:960px;
margin:0pt auto;
display:table;
}

#footer_layout{
width:100%;
background-color:#D9D9C8;
}

#footer_layout2{
width:960px;;
background-color:#D9D9C8;
}
