html{
    -webkit-tap-highlight-color:transparent;
}
body {
    background-color: #FF0000;
    font-family: "Helvetica Neue", "Helvetica", "Arial";
    color: #ffffff;
    margin:0;
    overflow:hidden;
}
.pizzaContainer {
    position: fixed;
    width: 80%;
    bottom:0;
    float: left;
    margin:0 10% 0 10%;
    z-index:2;
}
.pizzaContainer img{
    height:auto;
    width:100%;
    margin: auto auto;
}
table {
    display:table;
    margin-right:auto;
    margin-left:auto;
    width:100%;
}
td {
    padding: 0 0 0 0;
    border: 0;
    width:auto;
    height:auto;
    display:table-cell;
    text-align:center;
}
h1 {
    position: relative;
    letter-spacing: 0;
    font-size: 40px;
    margin-bottom: 44px;
    line-height: 40px;
    width:90%;
    text-align: center;
    margin: auto auto;
    z-index:0;
}
h2 {
    position: relative;
    letter-spacing: 0;
    font-size: 25px;
    line-height: 25px;
    width:100%;
    text-align: center;
    margin: auto auto;
    margin-top:15px;
    margin-bottom:15px;
}
h3 {
    position: relative;
    letter-spacing: 0;
    font-size: 15px;
    line-height: 15px;
    width:100%;
    text-align: center;
    margin: auto auto;
    margin-top:15px;
    margin-bottom:15px;
}
#lady{
    position:fixed;
    bottom:0;
    width:100%;
    height:auto;
    z-index:1;
    display:none;
}
#leftPizza, #rightPizza, #spinEm{
    display:none;
}
#wait{
    position: absolute;
    width:100%;
    bottom:0;
    text-align: center;
    margin: auto auto;
    z-index:3;
}
img {
    text-decoration: none;
    border: 0;
}
.pizzaHand:hover {
    cursor: url(https://mail.google.com/mail/images/2/openhand.cur), default;
}
.pizzaHand:active {
    cursor: url(https://mail.google.com/mail/images/2/closedhand.cur), default;
}

#portrait{
    height:auto;
    width:50%;
    max-width:304px;
    margin: auto auto;
    margin-top:15px;
    margin-bottom:15px;
    padding: 0 0 0 0;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(000,000,000,0.8);
    z-index:4;
    visibility: hidden;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
    width: 90%;
}