body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #FFFFFF;
}
body {
	background: #190f55 url(images/ddarcade_spacebck.gif);
	margin: 0 0 30px 0;
	padding: 0;
}
a {
	color: #85A0FE;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
table#header-table {
	background: url(images/ddarcade_spacebck2.gif) repeat-x top;
}
#tree-left {
	background: url(images/ddarcade_tree-bleft.gif) repeat-y left top;
}
#tree-right {
	background: url(images/ddarcade_tree-bright.gif) repeat-y right top;
}
#bodycopy {
	max-width: 900px;
	margin: 0 120px;
}
#bodycopy p {
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 5px 20px 10px 20px;
	text-align: left;
	background-color: #000033;
	line-height: 1.6em;
}
#bodycopy p#before-pullquote {
	padding-bottom: 5px;
	margin: 0;
}
#bodycopy p#pullquote-full {
	padding-top: 5px;
	padding-left: 30px;
	padding-bottom: 0;
	margin: 0;
}
#bodycopy p#pullquote-end {
	padding-top: 5px;
	padding-left: 30px;
	padding-bottom: 10px;
	margin-top: 0;
}
#email {
	padding: 5px 60px;
}
#email p {
	padding: 10px 20px;
	margin: 0;
}
h1, h2, h3 {
    color: #d3a3e6;
    text-align: left;
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-family: 'Marko One', serif;

    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=0, Color=#030303)";/*IE 8*/
    text-shadow: 0 0 6px #030303;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color=#030303); /*IE 5.5-7*/
}
h1 {
    font-size: 44px;
    padding: 0 0 0 0;
    text-align: center;
    letter-spacing: normal;
    background: none;
}
h2 {
    background: url('images/ddarcade_fire.gif') no-repeat;
    padding: 25px 0 10px 48px;
    margin-top: 20px;
    font-size: 38px;
    position: relative;
    top: 7px;
}
.h2-bitch {
	font-style: italic;
	font-weight: bold;
}
img#floater {
	float: right;
	margin: 5px 0 5px 5px;
}

#bodycopy .down {
    border: 1px solid rgba(255,255,255,0.3);
    padding-left: 48px;
    padding-right: 15px;
}
.down a {
    float: right;
    background: #990234 url(images/icon-download.png) no-repeat 12px 11px;
    background-size: 10%;
    width: 130px;
    margin: 10px 0 0 0;
    padding: 6px 0 6px 35px;
    border-radius: 6px;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    border: 1px solid rgb(255 255 255 / 40%);
}
.down a:hover {
    background-color: #bc003e;
    text-decoration: none;
    color: #fff;
}
.t {
    font-size: 20px;
    font-weight: bold;
    background: url(images/ddarcade_save.png) no-repeat 0 7px;
    display: inline-block;
    padding: 7px 0 7px 38px;
    position: relative;
    left: -38px;
}