body
{
	background-attachment: fixed;
	background-color: #808085;
	background-image: url("https://cdn.smartlydressedgames.com/Images/Website/Background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	font-family: "Arial";
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

p, a
{
	color: #bbbbbb;
	text-shadow: 0px 0px 5px #000000;
}

h1
{
	color: #d2bf22;
	font-size: 48px;
	margin-bottom: 0px;
	margin-top: 0.5em;
	text-shadow: 0px 0px 24px #000000;
}

h2
{
	color: #cccccc;
	font-size: 32px;
	margin-bottom: 0px;
	margin-top: 0.5em;
	text-shadow: 0px 0px 16px #000000;
}

a:hover, a:active
{
	text-shadow: 0px 0px 8px #d2bf22;
}

div.top-nav
{
	background-image: url("https://cdn.smartlydressedgames.com/Images/Website/Header.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	box-shadow: 0px 0px 32px #000000;
}

div.section
{
	background-image: url("https://cdn.smartlydressedgames.com/Images/Website/Header.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	box-shadow: 0px 0px 32px #000000;
	margin-top: 3.5em;
}