body {
    margin: 0 auto;
    background-color: #FFFFFF;

}

#container{
margin: 0 auto;
font-family:sans-serif;
color:#001E60;
position:relative;
width:100%;
height:100%;
}

#logo{
margin: 0 auto;
margin-top:80px;
position:relative;
width:100%;
height:124px;
background-image:URL(images/logo.jpg);
background-repeat: no-repeat;
background-position: center;
}

#contact{
margin: 0 auto;
margin-top:100px;
position:relative;
width:100%;
height:69px;
background-image:URL(images/contact.svg);
background-repeat: no-repeat;
background-position: center;
}

.mailto{
    margin: 0 auto;
    position:relative;
    width:100%;
    height:69px;
}

#info{
    margin: 0 auto;
    margin-top:100px;
    position:relative;
    width:100%;
    height:170px;
    text-align: center;
    font-weight:normal;
    font-size:14px;
}