#top {
width: 100%;
height: 170px;
position: relative;
background-image: url('images/top_gradient.png');
background-repeat: repeat-x;
background-position: bottom;
}
#top {
height: 170px;
position: absolute;
left: 0;
top: 0;
right: 0;
background-image: url('images/top_gradient.png');
background-repeat: repeat-x;
background-position: bottom;
}