* { margin:0; padding:0; font-size: 100%; }

html {height:100%}

body {
        position: relative;
    color: #000;
    background: #fff;
    padding:0;
    margin:0;
    text-align: center;
    
}

fieldset, img { border:0; }

select, input, textarea { font-size: 99% }


#contentbox {
height: 99%;
width: 100%;
background-color:#fff;
padding:10px 0px 0 0px;
margin:auto;
text-align: center;
}

.logo {
width: 50%;
position: relative;
top: 35%;
}

