*{ margin: 0; padding: 0; }
.clear{ clear: both; }
body{ background: #d1ebfd; font: normal 62.5% Arial, sans-serif; color: #0f57b8; }

#mainContainer{ margin: 200px auto 0 auto; width: 739px; background-color: #eef8fe; border: 1px #bbd8f1 solid; padding: 9px 9px 15px 9px; position: relative; }
#mainContainer .topLeft, #mainContainer .topRight, #mainContainer .bottomLeft, #mainContainer .bottomRight{ position: absolute; display: block; background: url( /graphics/maintenanceCorners.gif ) no-repeat; width: 9px; height: 9px; }
#mainContainer .topLeft{ top: -1px; left: -1px; background-position: 0 0; }
#mainContainer .topRight{ top: -1px; right: -1px; background-position: -9px 0; }
#mainContainer .bottomLeft{ bottom: -1px; left: -1px; background-position: 0 -9px; }
#mainContainer .bottomRight{ bottom: -1px; right: -1px; background-position: -9px -9px; }

#mainContainer h1{ display: block; width: 227px; height: 66px; background: url( /graphics/maintenanceTitle.png ) no-repeat; float: left; }
#mainContainer h1 a{ display: block; width: 227px; height: 66px; }
#mainContainer h1 span{ display: none; }

#mainContainer #message{ border-left: 1px #afcfe6 solid; margin-left: 245px; margin-top: 12px; padding: 10px 0 10px 25px; }
#message h2{ color: #0c3959; font-size: 1.8em; }
#message p{ color: #18659a; font-size: 1.3em; margin: 10px 0 0 0; line-height: 1.4em; }
#message a{ color: #062941; font-weight: bold; text-decoration: none; }
#message a:hover{ text-decoration: underline; }