html { height: 100%; } 

BODY {
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Futura-Medium,sans-serif;
	background-color: #1b95d8;
	color: #ffffff;
	-webkit-user-select: none;
	user-select: none;
	
}

BODY.portrait {
	max-width: auto;
	min-width: 320px;
	margin: 0px;
 }

BODY.landscape {
	margin: 0px;
 }

.landscape #portview {display:none;}
 
.portrait #landview {display:none;}

.landscape #landview { display:block; }

#portview {
	max-height: auto;
	height: 100%;
}

#landview {
	max-height:auto;
	height: 100%;
	background-color: #1b95d8;
	color: white;
	background-image:url('http://squareworld.com/apps/countdown/landscape.jpg');
	background-size:100% 100%;
	
}

#info {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#dateselect, #imageselect {
	position: absolute;
	top: -1000px;
	left: -1000px
}

#datepicker, #imagepicker {
	width: 84%;
	background-color: white;
	color: black;
	padding: 10px;
	font-size:150%;
	margin: 15px auto 15px auto;
	text-align: center;
}

#imageselect {
	display: none;
	position: absolute;
	top: 0; left: 0;
	margin: auto auto;
	width:100%;
	height: 100%;
	background-color: white;
	color: black;
	z-index:100;
	border:solid 20px #1b95d8;
	-webkit-box-sizing:border-box;
	box-sizing: border-box;
	padding:10px;
	font-size: 140%;
	text-align: center;
}

.imagechoices { padding: 5px 0; }

#submiter {
	width: 70%;
	background-color: white;
	color: black;
	padding: 5px;
	font-size:100%;
	margin: 20px auto;
	text-align: center;
	margin-bottom:25px;
}

#logo {
	margin: 0 auto -5px auto;
	
}

#datebar, #imagebar {
	margin: 0 auto 0 auto;
	height:25px;
	line-height: 25px;
	background-color: #0c75ae;
	color: white;
	font-size:100%;
	padding:3px;
	font-style: italic;
	text-align: center;
}

.error {
	background-color: yellow !important;
	color: black !important;
}

#days { z-index: 1000
}

#cache {
	display:none;
}

#winmonth, #winday, #winyear {
	background-color:white;
	padding: 10px;
	width:30%
}

#windatepicker {
	display: none;
}


#version {
	font-size: 70%;
	color: #ffffff;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.partnerswdw {
	position:absolute;
	top:5px;
	left:0px;
	right:0px;
	margin-left:auto;
	margin-right:auto;		
}

.treeoflife1 {
	position:absolute;
	top:315px;
	left:0px;
	right:0px;
	margin-left:auto;
	margin-right:auto;
}

.aklodge {
	position:absolute;
	top:50px;
	left:0px;
	right:0px;
	margin-left:auto;
	margin-right:auto;
}

.mainstwdw1 {
	position:absolute;
	top:5px;
	left:0px;
	right:0px;
	margin-left:auto;
	margin-right:auto;		
}

.ssearth1 {
	position:absolute;
	top:-5px;
	left:0px;
	right:0px;
	margin-left:auto;
	margin-right:auto;		
}