/* CSS Document */
body {
		font-family: sans-serif;
		background: black url(sunset.jpg) no-repeat fixed right;
		}
		
	#headline {
		text-align: left;
		margin-left: 80px;
		font-size: 42pt;
		color: white;
		}
	a {
		text-decoration: none;
		font-size: 14pt;
		color: white;
		margin-left: 50px;
		}
	a:hover {
		color: yellow;
		}
	#links {
		width: 100%;
		float: left;
		margin-top: 120px;
		padding: 10px;
		}
	#trailer {
		text-align: center;
		font-size: 8pt;
		Color: white;
		}
	
	#validator {
		float: left;
		}
	#validator img {
		float: left;
		}
