/* CSS Document */
body {
margin:0;
padding:0;
background: #3C8D00 url(../images/pixels_bg.jpg) repeat-x;
}

#pixels_content {
margin:auto;
width:1000px;
height:750px;
}
#pixels_header {
background:url(../images/pixels_header.jpg) no-repeat;
width:1000px;
height:247px;
display:block;
}
#pixels_middle {
background:url(../images/pixels_middle.jpg) no-repeat;
width:1000px;
height:185px;
display:block;
}
#pixels_footer {
width:1000px;
height:318px;
display:block;
}

#pixels_left_footer {
width:405px;
height:318px;
float:left;
display:block;
}
#pixels_right_footer {
background:url(../images/pixels_right_footer.jpg) no-repeat;
width:595px;
height:318px;
float:left;
display:block;
}

