body {
	margin: 0;
	font-family: Arial;
}

.head {
	height: 287px;
	background: url(../images/bg.png) repeat-x;
	text-align: center;
}

.head .logo {
	margin: 10px;
}

.about {
	font-size: 10px;
	text-align: center;
}

.about img {
	margin: 10px;
}

.content {
	margin: 0 auto;
	width: 600px;
}

.content .launch {
	text-align: center;
}

.content .launch img {
	margin: 5px;
	border: none;
}

.downloadButton{
	background-color: lightgrey;
	color:#333;
	display:block;
	font-weight:bold;
	padding:1em 0;
	text-align:center;
	text-decoration:none;
	vertical-align:middle;
	width:120px;
	margin:0.5em;
	border: 2px solid darkgrey;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-box-shadow:4px 4px 5px grey;
}
.downloadButton:active{
	-webkit-box-shadow:0px 0px 3px grey;
}

div.details{
	font-size:smaller;
}
