@font-face {
	font-family: 'HitchcockRegular';
	src: url('../fonts/hitchcock-webfont.eot');
	src: url('../fonts/hitchcock-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/hitchcock-webfont.woff') format('woff'),
		 url('../fonts/hitchcock-webfont.ttf') format('truetype'),
		 url('../fonts/hitchcock-webfont.svg#HitchcockRegular') format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family: 'TradeGothicBold';
	src: url('../fonts/tradegothic-boldcondtwenty-webfont.eot');
	src: local('â˜º'), url('../fonts/tradegothic-boldcondtwenty-webfont.woff') format('woff'), 
		 url('../fonts/tradegothic-boldcondtwenty-webfont.ttf') format('truetype'), 
		 url('../fonts/tradegothic-boldcondtwenty-webfont.svg#webfonts0ud2Rxo') format('svg');
	font-weight: normal;
	font-style: normal;
}
body, html {
	margin:0;
	padding:0;
	background-color:black;
	color:#f5f2c2;
}
a {
	color:#FFF783;
	text-decoration:none;
}
a:hover, .selected, #send1, #send2, #submit1:hover, #submit2:hover {
	color:#c11712;	
}
#main {
	text-align:center;
	margin:10px auto;
	width:800px;
}
#header {
	font-family:'HitchcockRegular';
}
#header img {
	margin:0px auto;	
}
#nav {
	height:40px;
}
#nav span {
	text-align:center;
	display:inline-block;
	width:75px;
	margin:0px 13px;
	position:relative;
	bottom:15px;
}
#nav span:hover {
	cursor:pointer;
	color:#c11712;	
}
#line1, #line2 {
	height:5px;
	width:100%;
	background-color:#c11712;
	margin:0px auto;	
}
#content{
	position:relative;
	display:inline-block;
	max-width:600px;	
	margin:20px auto;
	font-family: 'TradeGothicBold';
	font-size:18px;
	letter-spacing:1px;
}
#content div {
	height:400px;
	margin-bottom:-400px;
	position:relative;
}
h1 {
	font-family:'HitchcockRegular';	
	font-size:20px;
	display: inline;
}
h2 {
	font-family:'TradeGothicBold';	
	font-size:18px;
	display: inline;
}
#content div.line {
	height:2px;
	width:60%;
	background-color:#f5f2c2;
	margin:20px auto;
}
#submit1, #submit2 {
	font-size:14px;
	color:black;
	background-color:lightGrey;
	padding:2px 6px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
}
#content #registry div.line {
	width:30%;
}
#ghosts {
	width:400px;
	position:absolute;
	left:-65px;
}
#about #aboutHolder {
	height:400px;
	width:330px;	
	position:absolute;
	left:335px;
}
#about #aboutText {
	margin-top:20%;
	margin-bottom:20%;
	height:60%;
}
#info {
	text-align:left;	
}
#info span {
	position:relative;
	left:25px;
}
#info .break {
	display:inline;
	height:15px;
	background-color:green;
}
#registry{
	line-height:150%;	
}
#rhodes {
	position:absolute;
	right:0px;
	top:10px;
	width:310px;
}
#footer {
	margin:0px auto;
	position:fixed;
	width:100%;
	right:0px;
	bottom:0px;
	padding:5px;
	background-color:black;
	font-family:'TradeGothicBold';
	font-size:14px;
}