html
{
	background-color: black;
    background: url('bg.jpg');
    background-size: 100% 100%;
	background-size: cover;
	background-repeat: no-repeat;
    background-attachment: fixed;
	margin: 0;
	padding: 0;
	height: 100%;
	
}

body
{
	font-family: 'Oswald', Tahoma, sans-serif;
	color: white;
	font-size: 30px;
	margin: 0;
	padding: 0;
	height: 100%;
}

div.center
{
	text-align: center;
	margin: 50px 0;
	padding: 0;
}

table.center 
{
	margin-left:auto; 
	margin-right:auto;
}

td.info
{
	 text-align: left;
	 vertical-align:top;
	 max-width: 520px;
	 padding-left: 20px;
} 

div.controls
{
	 line-height: 175%;
	font-size: 25px;
}

div.border
{
	width: 520px;
	height: 760px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	background-color: RGBA(255,255,255,0.1);
	box-shadow: 0 0 40px 20px rgba(0,0,0,0.1);
}  

.content
{
	margin: 20px;
	padding: 0;
	border: 0;
}

div.note
{
	margin: 10px 0 0 0;
	font-size: 18px;	
}

div.note p
{
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}

.center
{
	text-align: center;
}

i.key
{
	font-style: normal;
	border: 1px solid white;
	padding: 0px 10px 5px 10px;
	margin: 0 6px;
	border-radius: 5px;
}

a:link, a:hover, a:active, a:visited
{
	color: white;
}


blockquote {
	font-size: 17px;
	margin: 0.25em 0;
	padding: 0.25em 40px;
	line-height: 1.45;
	position: relative;
	color: white;
}


blockquote:before {
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -5px;
	top: -20px;
	color: white;
}

blockquote cite {
	color: white;
	font-size: 17px;
	display: block;
	margin-top: 5px;
}
 
blockquote cite:before {
	content: "\2014 \2009";
	color: #CCC;
}

.store-button
{
	text-decoration: none;
	border: 0;
}








