html, body, div, span, p, h1, h2, h3, h4, input, button, textarea, a, em, img, strong, ul, li, form, label, table, tr, th, td {
 margin:0;
 padding:0;
 border:none;
 outline:none;
}
body {
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	height:100%;
	background:url(../splashImages/bgRepeat.jpg) top repeat-x;
	background-color:#422c45;
}

.splash {
	width:960px;
	height:490px;
	position:relative;
	display:block;
	margin:0 auto;
	overflow:hidden;
	padding-top:150px;
	background:url(../splashImages/plate.jpg) top no-repeat;
	}

.link {
	width:480px;
	height:450px;
	float:left;
	display:block;
	position:relative;
	}

h1 {
	font-size:11px;
	font-weight:normal;
	color:#ca94b1;
	float:left;
	text-align:center;
	width:960px;
}