html
{

}
body
{
	padding:0px;
	margin:0px;
	color:#000;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	font-weight:300;
	background:url(images/bg.png) repeat;
	background-size:32px;
}
#container
{
	margin:0px auto;
	max-width:800px;
	min-height:570px;
}
#subcontainer
{
	max-width:100%;
	max-height:100%;
	text-align:center;
}
.headerimg
{
	margin-top:20px;
	width:128px;
	height:128px;
}
h2, h3, h4, h5, h6
{
	font-weight:400;
	margin-bottom:10px;
}
h1
{
	font-weight:300;
	font-size:46px;
	margin:5px;
}
.subtitle
{
	display:block;
	font-size:14px;
	font-weight:300;
	margin-bottom:20px;
}
.footerimg
{
	width:16px;
	height:16px;
}
p
{
	margin:20px auto;
	display:block;
	max-width: 80%;
}
ul
{
	margin:0 auto;
	width: 100%;
	padding-left:0px;
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}
.bold
{
	font-weight:bold;
}
p a
{
	display:inline-block;
	text-decoration:none;
	margin-top:5px;
}
span
{
	position:relative;
	font-size:12px;
}
li
{
	margin-bottom:5px;
}
li span
{
	display:inline-block;
	margin-bottom:0px;
}
span.date
{
	font-weight:400;
	color:#444 !important;
	margin-bottom:0px;
}
ul.changelog span
{
	color:#060;
	font-weight:400;
}
ul.todo span
{
	color:#a00;
	font-weight:400;
	margin-bottom:7px;
}
p a span
{
	padding-left:5px;
	color:#66f;
}
.play
{
	margin:10px;
	width:180px;

}
.play:hover
{
	opacity:0.8;
}
.screenshots
{
	margin:0 auto;
	max-width:80%;
}
.screenshots a
{
	display:inline-block;
	margin:10px;
}
.screenshots img
{
	max-width:100%;
	box-shadow: 0px 0px 2px #000;
}
.playkye
{
	max-width:100%;
	width:620px;
	height:424px;
	border:none;
}
.myButton {
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	background-color:#3d94f6;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20;
	font-weight:bold;
	padding:6px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
	text-align:left;
	width:200px;
}
.myButton:hover {
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	background-color:#1e62d0;
}
.myButton:active {
	position:relative;
	top:1px;
}
.myButton img {
	height:32px;
	width:32px;
	float:left;
	margin-top:3px;
	margin-right:15px;
}
.myButton span {
	font-size:12px;
}
