body {
    height: 100%;
    margin: 0;
    background: #000;
    background-position: 50% 50%;
}

#content {
    width: 100%;
    text-align: center;
    height: 100%;
}

#main {
    vertical-align: middle;
    display: inline-block;
    font-family: sans-serif;
    font-size: 36pt;
    padding: 0px 5px;
    color: #3f8ad3;
    opacity: 0.9;
    text-shadow: 0 0 0.2em #096fd3 , 0 0 0.2em #096fd3;
}

#countdown { margin: 0; }

#helper {
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 100%;
}

.thumb { display: none; }

@media screen and (max-width: 1024px) and (min-width: 1024px) and (max-height: 768px) and (min-height: 768px) {
	.mainpic { display: none; }
	.thumb {display: block; }
	#main { font-size: 144pt; }
}
