﻿html {
	background: black;
}
body {
	text-align: center;
	color: silver;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainbox {
	margin: auto;
	margin-top: 50px;
	width: 493px;
	height: 820px;
	background-image: url('SoftropeRPGSoundMixer.jpg');
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 50px;
}
#logo {
	height: 54px;
	background-image: url('SoftropeLogo.png');
	background-repeat: no-repeat;
	text-align: left;
}
#menu {
	font-size: 170%;
	text-align: right;
	margin-top: 440px;
}
#menu a {
	color: silver;
	text-decoration: none;
	cursor: pointer;
}
#menu a:hover {
	color: #00b4ff;
}

#download {
	width: 200px;
	background-color: #FFCC00;
	padding: 8px;
	color: black;
	float: right;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#download div.header {
	font-size: 120%;
	font-weight: bold;
}
a.download {
	text-decoration: none;
	color: black;
}
a {
	color: #00b4ff;
}
#content {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 30px;
}
h2 {
	font-size: 170%;
	margin-bottom: 20px;
	margin-top: 20px;
	border-bottom: 1px #00b4ff solid;
	color: #00b4ff;
}
p {
	margin-bottom: 10px;
	line-height: 180%;
}
blockquote {
	padding-left: 20px;
	font-style: italic;
}
strong {
	font-weight: bold;
}
