/* reset */
* {margin:0;padding:0}

html{background-color: #009EE0}
body {font-size:14px; font-family: 'Helvetica Neue','Arial',sans-serif; color: white;  line-height:18px; text-shadow: #01648e 0 1px 0;}
h2{font-size: 14px; margin-top: 5px}
a{text-decoration: none; color: white}
a:hover{color:#005f87; text-shadow:none;}
h2, p, address{margin-bottom: 14px}
address{font-style: normal}
.grid_1 { width:200px; }
.column {margin: 0 10px; overflow: hidden; float: left; display: inline;}
.row { margin: 0 auto; overflow: hidden;}
#content{
  width: 475px;
  border: 10px solid #EFEFEF; 
  box-shadow: 0 2px 10px #01648e; 
  top:50%; 
  position: absolute; 
  left: 50%; 
  margin: -160px 0 0 -280px;
  height: 240px;
  padding: 65px 0 0 50px
}
h1{background: url("/libs/images/logo.png") no-repeat scroll 0 0 transparent; text-indent: -9999px; display: block; width: 200px; height: 200px}