* { 
    margin: 0; 
    padding: 0;
}


body {
    background: #000 url('tylerc.jpg') no-repeat fixed;
    color: #fff;
    text-align: left;
    font-size: 12px;
	line-height: 18px;
    font-family: Helvetica, Arial, sans-serif;
}


a {
	color: #ff66ff;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}


#box {
	width: 402px;
	margin: 100px 0 0 550px;
}


p {
	padding: 0;
	margin: 0 0 45px 0;
	line-height: 1.2em;
}


img {
	margin: 0px;
	border: 1px #fff solid;
}


h1 {
	font-size: 1.8em;
	color: #ff66ff;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}


