.clear {
	clear: both;
}

body {
	min-width: 480px;
	height: 100%;
	font-family: Verdana;
	background-color: #222222;
	background-image: url(beach.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	box-sizing: border-box;
	display: none;
}

.bg {
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
}

.display {
	display: inline-block;
	position: relative;
	top: 20%;
	background: rgba(255,255,255,0.8);
	padding: 30px 50px 10px;
	border-radius: 20px;
	text-align: right;
}

#countdown1 {
	vertical-align: top;
	color: #333333;
	font-weight: bold;
	font-size: 5em;
	padding: 0 0 0 50px;
}

#countdown2 {
	vertical-align: top;
	color: #333333;
	font-weight: bold;
	font-size: 2em;
	padding: 0 10px 0 10px;
}

.display img {
	vertical-align: top;
}



.box {

	width: 50%;
	height: 200px;
	margin: 40px 0;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 10px;

	float: right;

	background: #4c4c4c; /* Old browsers */
	background: -moz-linear-gradient(top,  #4c4c4c 0%, #595959 5%, #666666 10%, #474747 15%, #2c2c2c 20%, #ffffff 21%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(5%,#595959), color-stop(10%,#666666), color-stop(15%,#474747), color-stop(20%,#2c2c2c), color-stop(21%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4c4c4c 0%,#595959 5%,#666666 10%,#474747 15%,#2c2c2c 20%,#ffffff 21%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4c4c4c 0%,#595959 5%,#666666 10%,#474747 15%,#2c2c2c 20%,#ffffff 21%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4c4c4c 0%,#595959 5%,#666666 10%,#474747 15%,#2c2c2c 20%,#ffffff 21%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4c4c4c 0%,#595959 5%,#666666 10%,#474747 15%,#2c2c2c 20%,#ffffff 21%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.forecast {
	font-size: 0.8em;
	margin-right:20px;
}

.forecast img {
	float: right;
	padding-left: 10px;
}

.weather {
	text-align: center;
}

.weather img {
	width: 77px;
	height: 77px;
}

h2 {
	color: #ffffff;
	text-align: left;
	padding: 5px 0 0 15px;
	margin-bottom: 15px;
}

.text {
	text-align: left;
	float: left;
	width: 45%;
	height: 200px;
}

.claim {
	font-family: flavors, sans-serif;
	font-size: 1.8em;
}









