html {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	background-color:#1a1a1a;
}

body {
	margin:0;
	height: 100%;
	overflow: hidden;

}

h1,
.line1 {
	font-weight: normal;
	text-align:center;
	font-family: 'Cooper';
	font-size:60pt;
    color:#efefef;
}

h2,
.line2 {
	position:relative;
	top:-23px;
	font-weight: normal;
    color:#efefef;
	text-align:center;
	font-family: 'Cooper';
	font-size:19pt;
}

@font-face {
    font-family: Cooper;
    src: url(../fonts/Cooper-Black-Italic.otf);
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
	top: 0;
	left: 0;
}

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

.inner {
	postion:absolute;
    margin-left: auto;
    margin-right: auto; 
    width: 300px;
}

.inner2 {
	postion:relative;
	top:10px;
    margin-left: auto;
    margin-right: auto; 
    width: 300px;
}

#clock { 
	text-align:right;
	font-family: 'Caslon';
	font-size:13.5em;
	position:absolute;
	bottom:-100px;
    right:45px;
    color:#efefef;
}

.daydatemonth {
	color:#efefef;
	text-align:left;
	font-family: 'Caslon';
	font-size:5em;
	position:absolute;
	bottom:5px;
	left:50px
}