body {
    background: url(/images/sunset_bg.jpg) fixed;
}

.container {
    position: absolute;
    left: 50%;
    width: 800px;
    margin-left:-400px;
	/*position hack allows break above lighter bg*/
    background: url(/images/sunset_bg_light.jpg) repeat-x 0px 0px fixed;
}

.top_banner {
    text-align: right;
    font-size: .7em;
}

.white{
    padding: 20px;
    background: white;
    border: 1px solid #ddd;
}

td.white {
	border-collapse: collapse;
	vertical-align:top;
}