.container {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

                        * {
                            -moz-box-sizing: border-box;
                            -o-box-sizing: border-box;
                            -webkit-box-sizing: border-box;
                            box-sizing: border-box;
                        }


                        html, body {
                            width: 100%;
                            height: 100%;
                        }
			body {
                            color: #888;
                            font-family: Helvetica, Arial, sans-serif;
                            letter-spacing: -1px;
                            line-height: auto;
                            margin: 0;
                            text-align: center;
			}
			h1 {
                            color: #0073FF;
                            font-family: Helvetica, Arial, sans-serif;
                            font-size: 32px;
                            font-weight: bold;
                            letter-spacing: -1px;
                            line-height: auto;
                            margin: 0;
                            text-align: center;
                            text-transform: uppercase;
			}
			h2 {
                            color: #888;
                            font-family: Helvetica, Arial, sans-serif;
                            font-size: 12px;
                            letter-spacing: -1px;
                            line-height: auto;
                            margin: 0;
                            text-align: center;
                            text-transform: uppercase;
			}

                        div {
                            width: 100%;
                            height: 100%;
                            display: table;
                        }

                        .cell {
                            display: table-cell;
                            padding: 50px;
                            vertical-align: middle;
                        }

