body {
	background-color: #fff;
	margin: 0 0 2.5em;
	font-family: "Lucida Grande", "Segoe UI", Tahoma, Verdana, sans-serif;
	font-size: 10px; /* Sets 1em equal to 10px */
}

h1 {font-size: 2.4em;}
h2 {font-size: 2em;}
h3 {font-size: 1.6em;}
p {font-size: 1.5em;}

#container {
	background: #440e02 url("bg.jpg") no-repeat;
	-moz-border-radius: 0 0 5em 5em;
	-webkit-border-bottom-right-radius: 5em;
	-webkit-border-bottom-left-radius: 5em;
	-moz-box-shadow: 0 0em 5em #000;
	-webkit-box-shadow: 0 0em 10em #000;
	margin: 0 auto 0; /* Center the page */
	padding: 1.5em 1.5em 5em;
	width: 90em;
	overflow: hidden;
}

#header, #stretched{
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	padding: 0.5em;
	margin: 0.5em;
}

#stretched{
	/* General box styles */
	overflow:hidden;
	background-image: url("1w.png");
	-moz-box-shadow: 0 0em 1em #888 inset;
	-webkit-box-shadow: 0 0em 1em #888;
}

#header {
	background-image: url("1g.png");
	height: 10em;
	width: 88em;
	margin-top: -1.5em;
	margin-bottom: 2em;
	-moz-border-radius-topleft: 0em;
	-moz-border-radius-topright: 0em;
	-moz-box-shadow: 0em 0em 2.5em 0 #fff;
	-webkit-box-shadow: 0em 0em 2.5em #fff;
}

p.install {
	display:block;
	overflow:hidden;
}
img.install {
	width:200px;
	float:left;
	padding-right: 1em;
}

input[type="button"] {
	width: 10em;
	padding: 0.5em;
	margin-bottom: 1em;
}