#container {
	min-width:320px;
	background: none;	
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	box-shadow:         none;
}
#header {
	width: 100%;
	height: 113px;
	border-bottom: none;
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	box-shadow:         none;	
}
#navigation ul {
	position: static;
	margin-top: 10px;
	right: 0px;
	left: 0px;
	width: 100%;
}
#navigation ul li {
	width: 33%;
	margin-left:auto;
	margin-right:auto;
	font-size: 1.3em;
}
#navigation ul li a {
	display:block;
	width: 100%;
	padding-left:0px;
	padding-right:0px;
	text-align: center;
}
.headline {
	display: none;
}
.feature {
	position: static;
	width: 96%;
	margin-top: -5px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
#copyright {
	position: static;
	margin: 0 auto;
	width: 94%;
}

#copyright p {
	font-size: 1.2em;
	line-height: 2em;
	color: #777777;
	text-shadow: 0 -1px #000;
	text-align: center;
}
div.text img.screenshot { width: 100%; }
.feature .text {
	margin: 10px 15px 0px 15px;
	padding-top: 15px;
	padding-bottom: 2px;
}
h1 {
	color: #777777;
}

img {
max-width:100%;
height:auto;
}