/***************************************/
/* Author: Ryan Siddle                 */
/* E-mail: ryan@whitestarmedia.co.uk   */
/* Design: StarBright Splash           */
/* Validation: CSS 2.1                 */
/***************************************/
* {
	outline: none;
	padding: 0;
	margin: 0;
	list-style: none;
	border: none;
	text-decoration: none;
}
body {
	background: #000;
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
}

#splash {
	background: url('splash.jpg') no-repeat top center;
	height: 500px
	
}
