*{
	margin: 0px;
	padding: 0;
}
html {
height:100%;



}

#shift{
  /*padding-top: 50px;*/
}
h1{
  font-size: 96px;
  text-align: center;
  font-family: 'helvetica';
  line-height: 50px;
  /*text-shadow:0 0 70px rgba(15,20,50,.7);*/
}

.one h1{
  font-size:6.5em;
}
.two h1{
  font-size:8.5em;
}
.too h1{
  font-size:5em;
  padding-top: 35px;
  padding-bottom: 35px;
  text-shadow:2px 1px 3px #000;
}
.three h1{
 padding-top: 35px;
 font-size:7.8em; 
}
.four h1{
 /*padding-top: 35px;*/
 font-size:7em;  
}
.box{
 /* -webkit-transform:rotate(2deg);
  -moz-transform:rotate(2deg);
  -o-transform:rotate(2deg);
  -ms-transform:rotate(2deg);
  transform:rotate(2deg);
  width: 980px;
  left: 50%;
  margin-left: -490px;
  position: absolute;
  top:50%;
  margin-top:-320px;
  padding-bottom: 30px;
  border-bottom:20px solid #D6133A;*/
}
