body {
background-color: #aacecd;
background-image: url('grad.png');
background-repeat: repeat-x;
background-position: top center;
background-attachment: fixed;
text-align: center;
}

#page {
text-align: center;
margin: 0 auto;
}

#construct {
background-image: url('construct.png');
background-repeat: no-repeat;
background-attachment: fixed;
min-width: 500px !important;
min-height: 180px !important;
}