*{margin:0; padding:0; border:0;}


#outershell {
	min-width: 768px;
}


.container {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: black;
}

#icons {
	position: absolute;
	left: 20px;
	top:20px;
	width:60px;
	height: 60px;
	z-index: 999999;
	background:#000;
	-moz-border-radius: 30px 30px 30px 30px;
	border-radius: 30px 30px 30px 30px;
	opacity: .85; /* standard: ff gt 1.5, opera, safari */
	-ms-filter: alpha(opacity=85); /* ie 8 */
	filter: alpha(opacity=58); /* ie lt 7 */
	-khtml-opacity: .85; /* safari 1.x */
	-moz-opacity: .85; /* ff lt 1.5, netscape */
}

.rect {
	position: absolute;
	box-shadow: 20px 0px 8px #0D0C0C;
	width: 50%; 
	height: 100%;
}

.rect01 {left: 0%; 
	background: url('../images/img1.jpg') no-repeat center center; 
 	 -webkit-background-size: cover;
 	 -moz-background-size: cover;
 	 -o-background-size: cover;
 	 background-size: cover;
	z-index:4000;
}

.rect02 {left: 50%; 
	background: url('../images/img2.jpg') no-repeat center center; 
 	 -webkit-background-size: cover;
 	 -moz-background-size: cover;
 	 -o-background-size: cover;
 	 background-size: cover;
	z-index:3000;
}


.number {color: white; float: left; font-size: 2em; margin-left:20px;}
.month {color: white; font-size: 0.75em; margin-top: 5px; margin-left: 20px; line-height:100%;}
.place {color: #EB330E; font-size: 1em; margin-left: 20px;}

.banner {
	position:absolute;
	z-index: 99999;
	width: 60%;
	height: auto;
	left: 0%;
	top: 82%;
	color: white;
	text-align: left;
	letter-spacing: ;
	background:#000;
	-moz-border-radius: 0 30px 30px 0;
	border-radius: 0 30px 30px 0;
	opacity: .85; /* standard: ff gt 1.5, opera, safari */
	-ms-filter: alpha(opacity=85); /* ie 8 */
	filter: alpha(opacity=58); /* ie lt 7 */
	-khtml-opacity: .85; /* safari 1.x */
	-moz-opacity: .85; /* ff lt 1.5, netscape */
}


