* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 62.5%;
	font-family: Verdana, Tahoma, sans-serif;
	margin: 40px;
	color: #666;
}

a {
	color: #690;
	text-decoration: none;
}

a:hover {
	color: #960;
	text-decoration: underline;
}

h1 {
	margin-bottom: 5px;
}

h2 {
	margin-top: 0px;
	font-size: 2.4em;
	text-align: center;
}

#container {
	width: 760px;
	margin: 0 auto;
}

#header {
	text-align: center;
}

	#header h1 a {
		display: block;
		width: 254px;
		height: 80px;
		background: url("logo.png") no-repeat;
		margin: 0 auto;
	}
	
	#header h1 a span {
		display: none;
	}
	

#content {
	font-size: 1.2em;
	margin-top: 20px;
	text-align: center;
}

.download {
	margin-top: 30px;
	padding: 20px;
	display: block;
	background: #ffc;
}

.download:hover {
	background: #ff9;
}

.license {
	text-align: right;
}

#footer {
	clear: both;
	margin-top: 40px;
	text-align: center;
}
	#footer ul li {
		display: inline;
	}
