body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend,
input, textarea, button, p, blockquote, th, td{
    margin: 0;
    padding: 0px;
}
html{
    width: 100%;
    height: 100%;
   
}
body{
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #2074bb;
    white-space:nowrap !important;
}

li{list-style-type: none;}
a{text-decoration: none;}
img, button, input{border: none; vertical-align: middle;}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}