/* 
    Document   : asn-styles
    Created on : May 25, 2010, 12:13:50 PM
    Author     : johnmcgill
    Description:
        Purpose of the stylesheet follows.
*/

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

body {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

#MenuDiv {
    height: 25px;
    width: 100%;
    background-color: black;
}

#MidDiv {

}

.asnlogomid {
    width: 400px;
}
