/*

Edition 0003,
2 April 2009.

Cheers,
Derek.

-------------------- */
* {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
}

body {
	color: #00AEEF;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
}

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

a:hover {
	color: #00AEEF;
	text-decoration: none;
}

h1 {
	font-size: 96px;
	letter-spacing: -0.1em;
	line-height: 75px;
}

h2 {
	display: block;
	font-size: 14px;
	line-height: 14px;
	margin-left: 10px;
}

h3 {
	display: block;
	font-size: 22px;
	line-height: 18px;
	/*font-style: italic;*/
	margin-left: 67px;
}

p {
	font-size: 11px;
	margin-bottom: 12px;
}

div.header {
	bottom: 49px;
	left: 167px;
	position: fixed;
	_position: absolute;
	z-index: 2;
}

div.wrapper {
	background: #fff url(/0003/_img/0003.jpg) no-repeat;
	position: absolute;
	width: 100%;
	z-index: 1;
}

div.inner {
	height: 500px;
	width: 800px;
}