@charset "utf-8";
/* CSS Document */


/*
Title:		Tim's Tickers - Splash Screen Styles
Author:		lee@vertigostudio.co.uk
*/

@import url('css/undohtml.css');

body {
	background-color: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 70%;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper {
	position: relative;
	top: 0;
	left: 0;
	width: 939px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	overflow: hidden;
}

#header {
	position: relative;
	width: 939px;
	height: 879px;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background: #fff url(../img/hp.jpg) 0 0 no-repeat;
}

	#header a {
		position: relative;
		display: block;
		width: 285px;
		height: 80px;
		position: relative;
		top: 380px;
		left: 54px;
		text-indent: -9999px;
		overflow: hidden;
}

	#header h1 {
		position: relative;
		width: 0;
		height: 0;
}