* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
          	border: 0px;
			margin: 0px;
			padding: 0px;
}
html {-webkit-text-size-adjust:none}
body {
	margin: 3px;
	padding: 3px;
	background-color: #b0b0b0;
	font: 14pt arial,sans-serif;
	color: black;
}
a {
	color: #2020f0;
	text-decoration: underline;
	text-shadow: none;
}
a.link2 {
	color:#a0a0a0;
	font: normal 16px Arial;
	text-decoration:none;
	text-shadow: none;
}
#main {
	text-align: center;
	vertical-align: middle;
	width: 100%; height: 100%;
}
.appboxcontainer {
	display: inline-block;
	max-width:450;
	width: 100%;
	max-height: 620;
}
.appbox {
	border-radius: 10px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
	max-width:100%;
	max-height: 100%;
}
.button {
	/*-moz-box-shadow:inset 0px 1px 0px 0px #9c9a9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #9c9a9c;
	box-shadow:inset 0px 1px 0px 0px #9c9a9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5c5c5c), color-stop(1, #242424) );
	background:-moz-linear-gradient( center top, #5c5c5c 5%, #242424 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c5c5c', endColorstr='#242424');*/
	background-color:#242424;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	border-radius:18px;
	/*border:1px solid #0c0c0c;*/
	display:inline-block;
	color:#ededed;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:12px 20px;
	width: 40%;
	text-decoration:none;
	/*text-shadow:1px 1px 0px #000000;*/
	margin: 10px;
}.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #242424), color-stop(1, #5c5c5c) );
	background:-moz-linear-gradient( center top, #242424 5%, #5c5c5c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#242424', endColorstr='#5c5c5c');
	background-color:#242424;
}.button:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */
@media all and (-webkit-min-device-pixel-ratio: 2) {
	#leechtunes { background-image: url(resources/leechtunes@2x.jpg); }
}
