body {
	font-family: verdana, arial, helvetica, sans-serif;
	background: #000015 url(./images/background.jpg) no-repeat fixed top center;
		}

#content {
	position: relative;
	min-height: 100px;
	width: 500px;
	background: white;
	margin: 50px auto;
	line-height: 18px;
	padding: 50px;
}

#content h1 {
	font-size: 1px;
	color: white;
	margin-bottom: 10px;
	}
	
#content h2 {
	font-size: 12px;
	font-weight: bold;
	color: #040441;
}

#content p {
	font-size: 12px;
	margin: 0 0 18px 0
}

p#email {
	margin-bottom: 18px;
	}

#email a{
	text-decoration: none;
	color: #080887;
	}
	
#email a:hover {
	color: #785E95;
	}
