
body {
	background-color:#151515;
	color: #FFF;
	font-family: monospace;
	font-size: 14px;
	padding-top: 0px;
	margin-top: 0px;
}

#content {
	background-color:#000000;
	//position: absolute; 
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-left: 1em;
	padding-right: 1em;
	width:850px;
}

#logo a img { 
	display: block;
	margin: auto;
}

div {
	white-space: pre-line;
	width: 100%;
	line-height: 1.2;
}

#title-separator {
	background-color: #ffffff;
	width: 100%;
	height: 1px;
	margin: 0.65em 0px -0.65em 0px;
}

#separator {
	background-color: #909090;
	width: 100%;
	height: 1px;
	margin: 0.65em 0px -0.65em 0px;
}

f {
	white-space: pre-wrap;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.2;
}

answer {
	white-space: pre-wrap;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.2;
	color: #bbbbbb;
}

a {
	color: #b0b0b0;
}
a:hover {
	color: white;
}
a:visited {
	color: #707070;
}

table {
	padding-left: 0em;
	width: 100%;
}

tr {
	line-height: 1.2;
}

td {
	vertical-align: top;
	min-width: 11em;
	white-space: pre-wrap;
	padding-bottom: 1em;
}

.yt {
	position: relative;
	padding-bottom: 53.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.yt,
	.yt iframe {
	max-width: 1633px;
	max-height: 1080px;
}
.yt iframe {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
}

#storebuttons {
	width: 55em;
    overflow: hidden;
	margin: 0 auto;
}
#boxbutton {
	height: 5em;
	border-style: solid;
	border-color: #bbbbbb;
	border-width: thin;
	border-radius: 7px;
	float: left;
	margin-left: 0.7em;
	margin-right: 0.7em;
	margin-bottom: 1.4em;
}
#googlebutton {
	background-size: 14em;
	background-image: url("google_button.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
}
#applebutton {
	background-size: 14em;
	background-image: url("apple_button.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
}
#steambutton {
	background-size: 14em;
	background-image: url("steam_button.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
}

#storeimg {
	width: 600px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}