@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic);

body{
	background-color: #131313;
}

h1{
	font-family: 'Droid Serif';
	color: #fff;
	font-weight: 400;
	font-size: 44pt;
	text-align: center;
}

h2{
	font-family: 'Droid Serif';
	color: #fff;
	font-weight: 400;
	font-size: 24pt;
	text-align: center;
}

header {
	width: 100%;
}

.logo{
	width: 324px;
	padding: 20px;
}

.content {
	width: 800px;
	margin: 0 auto;
}

.contactus {
	padding-bottom: 10px;
}

p{
	font-family: 'Droid Serif';
	color: #fff;
	font-size: 12pt;
	line-height:0.5em;
}

a {
	text-decoration: none;
}

footer {
	position: absolute;
	width: 100%;
	
	text-align: center;
	
	color: #fff;
	background-color: transparent;
	
}

footer p {
	width: 800px;
	margin: 0 auto;
	padding: 20px;
	font-family: 'Droid Serif';
	font-size: 10pt;
}

hr {
	width: 800px;
	padding-top: 40px;
	border: 1px dotted #fff;
    border-style: none none dotted; 
    color: #fff;
}
