body {
	margin: 0px;
	padding: 0px;
background: #202020;
background: -moz-linear-gradient(top,  #202020 1%, #0a0a0a 50%, #202020 100%);
background: -webkit-linear-gradient(top,  #202020 1%,#0a0a0a 50%,#202020 100%);
background: linear-gradient(to bottom,  #202020 1%,#0a0a0a 50%,#202020 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#202020',GradientType=0 );

}

.wrap {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
/*	margin-top: -40px;*/
	width: 100%;
	height: auto;
}

.wrap img {
	width: 194px;
	height: 312px;
}
.dog {
	position: fixed;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -40%);
	text-align: center;
	padding-left: 50%;
	width: 100%;
	height: auto;
}

/* ----- */

body {
font-family: tahoma,verdana,arial,helvetica,sans-serif;
font-size: 3px;
color: white;
user-select: none;
}

.countDown{
position: absolute;
padding-top: 20em;
font-size: 5em;
text-align: center;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
height: auto;
width: 50%;
}

.countDown span {
position: absolute;
display: inline-block;
width: 194px;
color: white;
}

#time{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
margin-top: 145px;
margin-left: -60px;
}

#days {
position: relative;
top: -33px;
left: 60px;
color: #95c933;
font-size: 2em;
font-weight: 600;
}

#more {
position: relative;
top: -30px;
left: 62px;
color: #303030;
font-size: 1em;
}