#header {
position: relative;
left: 0px;
top: 0px;
height: 260px;
padding-left: 160px;
background: url(images/header-bg.jpg) top left no-repeat;
}
#page {
position: relative;
padding-left: 160px;
background: url(images/content-bg.jpg) top left no-repeat;
}
#header-container {
position: relative;
max-width: 910px;
}
#content-container {
position: relative;
max-width: 900px;
padding: 0px 10px;
}
#footer {
font-size: 10px;
color:#95ab1e;
}
