	body {
		height: auto;
		width: 100%;
		margin: 0px 0px 0px 0px;
		background-color: #000000;
	}
	
	a:link {
		color: #ffffff;
		text-decoration: none;
	}
	
	a:visited {
		color: #ffffff;
		text-decoration: none;
	}
	
	a:hover {
		color: #ffffff;
		text-decoration: none;
	}
	
	a:active {
		color: #ffffff;
		text-decoration: none;
	}
	
	#menu {
		position: fixed;
		top: 0px; 
		left: 0px; 
		width: 100%;
		height: 34px;
		border-top: solid 0px #ffffff;
		border-bottom: solid 0px #ffffff;
		background-color: #000000;
		opacity: 0.85;
		color: #ffffff;
		font-size: 18px;
		padding-left: 20px;
		padding-top: 12px;
		font-family: Arial, Helvetica, sans-serif;
		
	}
	
	#contact-email {
		border: 2px solid #CCCCCC;
		height: 30px;
		width: 250px;
		padding: 2px;
		padding-left: 5px;
		padding-right: 5px;
		margin-top: 8px;
		font-size: 18px;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		color: #CCCCCC;
		background-color: transparent;
		opacity:0.9;
		filter:alpha(opacity=90);
	}
	
	#contact-text {
		border: 2px solid #CCCCCC;
		height: 350px;
		width: 500px;
		padding: 5px;
		padding-left: 10px;
		padding-right: 5px;
		font-size: 18px;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		background-color: transparent;
		color: #CCCCCC;
		opacity:0.9;
		filter:alpha(opacity=90);
	}
	
	#contact-wrapper {
		position: fixed;
		left: 5%;
		top: 50%;
		height: 400px; 
		margin-top: -200px; 
		width: 520px; 
		margin-left: 0px;
		text-align: left;
	}
	
	#contact-thankyou {
		display: none;
		position: fixed;
		width: 520px;
		padding-top: 20px;
		left: 12%;
		top: 45%;
		color: #999999;
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 24px;
		text-align: center;
		height: 50px;
		color: #000000;
		background-color: #FFFFFF;
		opacity:0.4;
		filter:alpha(opacity=40);
	}
	
	#splash-wrapper {
		display: inline;
		position: fixed;
		left: 12%;
		top: 50%;
		height: 400px; 
		margin-top: -200px; 
		width: 520px; 
		margin-left: 0px;
	}
	
	#send {
		opacity: 0;
	}
	
	.send-button {
		display: none;
		float: right;
		background-image: url(images/send.png);
		margin-top: 8px;
		width: 115px;
		height: 40px;
		cursor: pointer;
	}	

	.send-button-mouseover {
		float: right;
		background-image: url(images/send-mouseover.png);
		margin-top: 8px;
		width: 115px;
		height: 40px;
		cursor: pointer;
	}
	