body {
    background-color:#f47819;
    background-color:#b2cceb;
    background-color:#fff;
    font-family: arial,helvetica,sans-serif;
    color: #000000;
    font-size:14px;
    margin:0;
}

.alert {
    color: #f00;
}

em {
    font-weight: bold;
}

p {
    font-family: arial,helvetica,sans-serif;
    margin:10px;
}

a { 	
    color: #21449c;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#main_wrapper {
    width:810px;
    height:620px;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    text-align:left;
    background-image:url(images/mockbg.png);
    position:relative;
}

#content {
    position:absolute;
    left:200px;
    top:200px;
}

#footer {
    position:absolute;
    left:270px;
    top:532px;
    font-size:12px;
    line-height:5px;
}


