body {
	background: #000033;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #006;
 }

#wrapper {
	width: 40em;
	padding: 0em;
	margin: auto;
	border-radius: 0.5em;
	background-image: none;
	color: #123;
	text-align: center;
	background-color: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
 }

.hide {
    display: none;
 }

#wrapper h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #E0B646;
	font-family: "Lucida Console", Monaco, monospace;
 }

#date {
	padding-top: 1em;
	margin-top: 0;
	border-top: 1px solid #ded;
	color: #FFF;
 }

#timer {
	display: table;
	width: 100%;
	margin-bottom: 0;
	border-bottom: 1px solid #123;
	color: #E0B646;
	font-size: 18px;
 }

#timer div {
    display: table-row;
 }

#timer span {
	display: table-cell;
	width: 25%;
	color: #F9EAC1;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 2em;
 }

#row1 span {
	color: #FFFFFF;
	text-shadow: 0 0 0.1em #012;
	font-family: 'courier new', monospace;
	font-size: 4em;
	line-height: 0.9em;
	font-weight: bold;
 }

#row1 span:nth-child(1),
#row1 span:nth-child(2),
#row1 span:nth-child(3)  {
    border-right: 1px solid #fff;
 }

#row2 span {
	font-size: 1em;
	font-family: "Lucida Console", Monaco, monospace;
 }
 

.background-IMAGEFRONT {
	background-image: url(../images/01-bg.jpg);
	/* Full height */
	height: 100%;
	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin: 0px;
	
}
.TextBase {
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #006;
}


.bg2 {
	/* The image used */
	background-image: url(../images/bg2.JPG);
	/* Full height */
	height: 100%;
	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	width: auto;
}
.bg3 {
	/* The image used */
	background-image: url(../images/bg3.jpg);
	/* Full height */
	height: 100%;
	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	width: auto;
}
.bg4 {
	/* The image used */
	background-image: url(../images/bg4.jpg);
	/* Full height */
	height: 100%;
	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	width: auto;
}
.bg5 {
	/* The image used */
	background-image: url(../images/bg5.jpg);
	/* Full height */
	height: 100%;
	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	width: auto;
}

.HEADLINER {
	font-size: 2em;
	color: #000;
}
