html { 
	margin:0;
	padding:0;
	font-size:87.5%;
	background:url(../images/hawaii.jpg) no-repeat center fixed; 
	background-size:cover;
}
img {
	max-width:100%;
}
.inner {
	width:95%;
	margin:0 auto;
}
.group:after {
	content:"";
	display:table;
	clear:both;
}
footer {
	text-align:center;
	color:#fff;
	padding-bottom:20px;
}
.tabs {
	max-width:600px;
	margin:0 auto;
}
.tabs-list {
	list-style:none;
	margin:0;
	padding:0;
}
.tabs-list li {
	float:left;
}
.tabs-list a {
	display:block;
	padding:10px;
	box-sizing:border-box;
	border:1px solid transparent;
	text-decoration:none;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}
.tabs-list a.selected {
	border-color:#fff;
}
.tabs-panel {
	color:#fff;
	padding:5px;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}