body {
    position:relative;
    font-family: verdana,sans-serif;
    background:#fff;
    margin:0;
    padding:0;
    background:#fff url(images/logo.jpg) top left no-repeat;
}

#content {
    position:relative;
    width:550px;
    margin:100px 0 0 40px;
}

#reg font, p {
    font-size:small;
}

h4{
    font-family: arial,sans-serif;
}


/*------------------- MISC. ----------------------*/


.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

