body {
    padding-top: 70px;
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}

body,td,th {
	color: #000000;
}

h1,h2,h3,h4{
	font-family: "Courier New", Courier, monospace;
	font-weight: 700;
	color: #990000;
	text-transform: uppercase;
	line-height:normal;
	margin-bottom:20px;
}

footer {
    margin: 50px 0;
}

#bg {
	position: fixed;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	z-index: -10;
}

#bg img {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%;
}

.social ol, ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.social li {
	float: left;
	margin-top:10px;
	margin-right: 10px;
	margin-bottom: 20px;
}

.linkedin {
	display:block;
	width:28px;
	height:28px;
	background-image:url(../images/social/linkedin_over.png);
	padding: 0x;
}

.linkedin:hover, .linkedin:visited, .linkedin:focus {
	background-image:url(../images/social/linkedin.png)
}

.twitter {
	display:block;
	width:28px;
	height:28px;
	background-image:url(../images/social/twitter_over.png);
	padding: 0x;
}

.twitter:hover, .twitter:visited, .twitter:focus {
	background-image:url(../images/social/twitter.png);
}

.instagram {
	display:block;
	width:28px;
	height:28px;
	background-image:url(../images/social/instagram_over.png);
	padding: 0x;
}
.instagram:hover, .instagram:visited, .instagram:focus {
	background-image:url(../images/social/instagram.png)
}

.tumblr {
	display:block;
	width:28px;
	height:28px;
	background-image:url(../images/social/tumblr_over.png);
	padding: 0x;
}

.tumblr:hover, .tumblr:visited, .tumblr:focus {
	background-image:url(../images/social/tumblr.png)
}

.btn-flat {
	display: block;
	background-color: #ffffff;
	width: auto;
	float: left;
	padding: 5px;
	border-radius: 5px;
	text-align: center;
	border: 1px solid rgba(0,0,0,1.00);
	margin-bottom:25px;
}

.btn-flat a:link {
	color: #000000;
	text-decoration: none;
	font-weight: 700;
	text-transform: lowercase;
	font-family: "Courier New", Courier, monospace;
}
.btn-flat:hover, .btn-flat:visited, .btn-flat:focus {
	background-color: #990000;
	border: 1px solid rgba(0,0,0,1.00);
	padding:5px;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
}