/* @override http://counter-print.co.uk/style/style.css */

body {
	font: 12px/16px Georgia, "Times New Roman", Times, serif;
	color: #ededed;
	margin: 0px;
	background: #000 url(../images/Untitled.jpg) no-repeat fixed 50% 100%;
	padding-top: 10px;
}

div {
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}

#landing {
	width: 80%;
	margin: auto;
}
#landing td {
	text-align: left;
	width: 50%;
	padding: 75px 45px;
}

.title {
	border-top: 12px solid #fff;
	color: #ededed;
	text-align: left;
}
.title h1, .title h2 {
	font-size: 24px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #fff;
	margin: 0px;
	padding: 0px;
	color: #ededed;
}
.title h1 {
	font: bold 24px/30px "Helvetica Light", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.title h2 {
	font-size: 20px;
	font-weight: normal;
	font-family: Georgia,"Times New Roman",Times,serif;
}
.title p {
	font-family: "Times New Roman",Times,serif;
	padding: 15px 0 0 0;
	text-align: center;
	font-size: 16px;
}

img {
	border: none;
}

table {
	border-collapse: collapse;
	border: 0px hidden;
	border-spacing: 0px;
}

a {
	color: #ededed;
	text-decoration: none;
}
a:hover {
	color: #707173;
}

