html,

body {

  height: 100%;

  /*background: url(/img/bg/background_striped.png);*/
  background: #000;

}

body {

  color: #fff;

}


.top-pad{
	padding-top:100px;
}
.wrapper {

    display: table-cell;

    vertical-align: top;

}

.outer{

    display:table;

    height:100%;

    width:100%;

}



.pad{

	margin-bottom: 10px;

}

.btn{
  font-weight: bold;
}

.alert{
  font-weight: bold;
}