﻿html {
	background: black url("stuartbg.jpg") no-repeat center top;
	color: white;
}

h1{
	position: absolute;
	width: 100%;
	top: 335px;
	text-align:center;
	text-transform:uppercase;
	text-align:center;
	font-size: 3em;	
}

p{
		width: 700px;
		margin: 450px auto 0 auto;
}

a{
	color: #9eb7be;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #d8e1e8;
}

a:visited{
	color: #5d96cb;
}