/*======================================
OVERALL SETTINGS */
html,body {height:100%;}
body { font-family:Arial; font-size:24px;  line-height:28px; color:#dbe5f1; background-color:#030e1a; }

/* links */
a { text-decoration:underline; color:#0000ff; }
a:hover { text-decoration:none; }

/*======================================
MAIN LAYOUT */
#layout { width:100%; min-height:100%; height:auto !important; background:url(../img/bg.jpg) no-repeat left bottom; }

#logo { text-align:center; padding-top:30px; padding-bottom:60px; }

#content { width:725px; margin:0 auto; text-align:center; }
