html { 
 height:100%;
 overflow:hidden;
}

body {
 height:100%;
}

#layout {
  width:100%;
  height:100%;
  position:relative;
  border-width: 0;
  border-color: #e8f4f9 #84b0c6 #84b0c6 #84b0c6;
}

/*Header*/

/*Content*/
.content {
  padding: 10px;
}

/*Footer*/
.footer {
  width:100%;
  position:absolute;
  bottom:0;
  right:0;
  height:106px;
}

.logo {
  float:left;
  margin-top:5px;
}

.steps {
  position:absolute;
  top:10px;
  right:10px;
}


