* :focus { outline: 0; }
div#wrap a:focus, div#wrap a:active { outline: 0;border:none; }
a img {border: none; }
html,body {
  height: 100%;
}

#wrap {
  min-height: 100%;
}

#main {
  overflow:auto;
  padding-bottom:50px;
}

#footer {
  position: relative;
  margin-top: -50px;
  height: 50px;
  background: #2D4458;
  clear:both;
  width: 100%;
}
#centered {
  text-align: center;
}

body
{
  background-color: #FFFFFF;
  margin:0;
  padding:0;
}

/*Opera Fix*/
body:before {
  content:"";
  height:100%;
  float:left;
  width:0;
  margin-top:-32767px;/
}

#header{
  background: #2D4458;
  height: 50px;
  width: 100%;
}

.sheet {
  margin: 0 auto ;
  position: relative;
  width: 500px;
}

.moto {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    height: 63px;
    padding-top: 120px;
}
.conslogo {
	float: right;
}
.caplogo {
	float:left;
}
.logos {
	width: 500px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 80px;
	padding-bottom: 100px;
}

 
