html,body {
margin: 0;
height: 100%;
width: 100%;
margin-top: 0px;
font-weight: normal;
overflow-x: hidden;
}

body {

background: #ffffff;
margin:0;
padding:0;;
}


#container {
width: 500px;
height: 300px;
margin-right: auto;
left:50%; 
margin-left: -250px; 
position: absolute;
margin-top: 15%;
background-image: url(ems_logo.png);
background-repeat: no-repeat;
}

#box {
margin-top: 280px;
height: auto;
width: 500px;
}

.font {
font-family: 'Source Sans Pro', sans-serif;
font-size: 12pt;
text-align: center; 
color: #009dd3;
font-weight: lighter;
}

a.link {
text-decoration: none;
color: white;
}

a.link:hover {
background-color: white;
color: black;
}
