/* 
    Document   : style
    Created on : 18 Jul 2013, 4:43:04 PM
    Author     : neilma
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

html {
    width: 100%;
    height: 100%;
    background:url("rollset.jpg") center center no-repeat;
}

body {
    width: 90%;
    height: 90%;
}

.contact {
    display: block;
    
    font-size: small;
    font-family: sans-serif;
    
    padding-top: 45%;
    padding-left: 50%;

}

