@charset "utf-8";
@font-face {
	font-family: 'Starcraft';
	src: url('starcraft.eot');
	src: url('starcraft.eot?#iefix') format('embedded-opentype'),
	url('starcraft.woff') format('woff'),
	url('starcraft.ttf') format('truetype'),
	url('starcraft.svg#Font Name') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	width:100%;
	margin:0 auto;
	margin-top:20px;
	background:url(/img/bg.jpg) #000 top center repeat;
	text-align:center;
}
a {
	display:inline-block;
	padding:10px;
	text-decoration:none;
	
}
div.contain {
	clear:both;
	text-align:center;
	width:95%;
	margin:0 auto;
	background:#05426f;
}
.btn {width: 150px;display:inline-block;margin:8px;padding:10px;}
.minimal-indent {
	width: 150px;
	background-color: #f3f3f3;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(50%, #dddddd), color-stop(50%, #d2d2d2), color-stop(100%, #dfdfdf));
	background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background-image: -moz-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background-image: -ms-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background-image: -o-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background-image: linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #b4b4b4;
	border-right: 1px solid #dfdfdf;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 0 0 white, 0 1px 0 0 #d5d5d5, 0 -1px 2px 1px #efefef;
	box-shadow: inset 0 1px 0 0 white, 0 1px 0 0 #d5d5d5, 0 -1px 2px 1px #efefef;
	color: #666;
	font: bold 16px/1 "helvetica neue", helvetica, arial, sans-serif;
	text-shadow: 0 1px 1px #fff;
}
button.minimal-indent:hover {
	background-color: #e5e5e5;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(50%, #d1d1d1), color-stop(50%, #c4c4c4), color-stop(100%, #b8b8b8));
	background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
	background-image: -moz-linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
	background-image: -ms-linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
	background-image: -o-linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
	background-image: linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
	-webkit-box-shadow: inset 0 1px 0 0 #f2f2f2, 0 1px 0 0 #c9c9c9, 0 -1px 2px 1px #e3e3e3;
	box-shadow: inset 0 1px 0 0 #f2f2f2, 0 1px 0 0 #c9c9c9, 0 -1px 2px 1px #e3e3e3;
	cursor: pointer;
}
.minimal-indent:active {
	-webkit-box-shadow: inset 0 0 30px 0 #999999, 0 1px 0 0 white;
	box-shadow: inset 0 0 30px 0 #999999, 0 1px 0 0 white;
}
.spaceme {
	width:200px;
	height:267px;
	display:block;
}
h1 {
	color:#f9b527;
	font-family:"Starcraft";
}
input[type="checkbox"] {
	padding:5px;
}
label {color:#f9b527;}
@media screen and (max-width:30em) {
	.minimal-indent {
		width:80%;
		padding:15px;
	}
}