@font-face {
    font-family: font;
    src:url('http://files.gamebanana.com/bitpit/oswald-medium.ttf')
}

body {
    background: url(http://cdn.wonderfulengineering.com/wp-content/uploads/2014/06/earth-wallpapers-6.jpg) fixed no-repeat;
    font-family: font;
}

#Wrapper {
    background: none;
    box-shadow: none;
}

#HeaderWrapper, #HeaderWrapper header > div #HomeLink, #PublicNavigator .NavigatorTabs, #DropdownMenuSubNavigator, #HeaderWrapper header #SubmissionType, #PageTitleWrapper, .Module > .Description, .Module > .LogMessages {
    background: none;
    box-shadow: none;
	border: none;
}

#ColumnGrid {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    width: 1001px;
    border: solid 1px #112b3a;
    box-shadow: 0 0 5px black;
	background: rgba(0, 12, 19, 0.9);
}

.ContentColumn {
    padding-top: 1px;
    font-size: 14px;
    white-space: normal;
    display: inline-block;
    margin-right: 1px;
    vertical-align: top;
    -moz-box-shadow: inset 5px 0 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 5px 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: inset 5px 0 10px rgba(0, 0, 0, 0.5);
}

.Module > h3 {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px;
    text-align: left;
    font-weight: normal;
    border-left: 0;
    border-top: 0;
    background: url(http://i.imgur.com/b8gsQYv.png) no-repeat;
    background-size: 100% 100%;
    color: white;
    text-shadow: 0px 2px 4px black;
    -moz-box-shadow: inset 5px 0 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 5px 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: inset 5px 0 10px rgba(0, 0, 0, 0.5);
	padding-left: 50px;
}

.Module > .Content {
    background: 0;
}

a {
    text-decoration: none;
    color: #abe3ff;
}

button, .ButtonLike {
    outline: none;
    font: 11px 'open sans';
    text-align: center;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.75), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    padding: 5px 10px;
    cursor: pointer;
    border: 0;
    color: white;
    background: #333;
    border-color: white;
    transition: 0.4s !important;
    text-transform: uppercase;
}

button:hover, .ButtonLike:hover, button.Selected, .ButtonLike.Selected {
    background: white;
    color: #333;
}

#AtfLeaderboardModule, #BtfLeaderboardModule, #AtfSquareBannerModule, #BtfSquareBannerModule {
    background: 0;
}

#BasicSubNavigator {
    padding-top: 10px;
    background: 0;
    text-align: center;
}

#FooterWrapper #FooterLinks {
    background: rgba(0,0,0,0.25);
    border: 2px solid rgba(255, 255, 255, 0.2);
    padding: 5px;
}