/* 
    Document   : style
    Created on : Aug 8, 2011, 3:30:27 PM
    Author     : pisitkut
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body
{
    margin: 0; padding: 0;
    color: #333;
    font: 12px/1.5 verdana, sans-serif;
}
#topbg {
    position: absolute; top: 0; left: 0; z-index: -1;
    width: 100%; height: 143px;
    background: #014172;
}
h1
{
    color: red;
    text-align: center;
}
h4
{
    margin-left: 50px;
}
ul
{
    margin-left: 50px;
}
p
{
    margin-left: 50px;
}
img 
{
    vertical-align: middle;
}
html, body 
{
    height: 100%;
}
.wrapper 
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -150px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push 
{
    text-align: center;
    height: 150px; /* .push must be the same height as .footer */
}

