body
	{	background-color: #06121E; 
		color: #ccc; 
		overflow: hidden; 
		margin: 0;
		padding: 0;
		height: 100%;
		width: 100%;
	}

#splash
	{ 	position: absolute; 
		top: 0; 
		right: 0; 
		-moz-user-select: none;
		-khtml-user-select: none;
		user-select: none;
	}

#note
	{	padding: 10px; 
		font-family: "Tahoma"; 
		position: absolute; 
		top: 15%; 
		left: 0; 
		text-align: right; 
		font-size: x-small; 
		background: url('/img/bg.png'); 
		width: 35%; 
		-moz-border-radius-topright: 10px; 
		-moz-border-radius-bottomright: 10px; 
		-webkit-border-top-right-radius: 10px;
		-webkit-border-bottom-right-radius: 10px; 
		border: 0 solid #000;
		min-width: 280px;
		max-width: 380px;
	}

h1
	{	font-family: 'Waiting for the Sunrise', Tahoma, Verdana, sans-serif; 
		margin: -.2em 0 0 0; 
		padding: 0;
		font-size: 3.3em; 
	}

p
	{	margin: 10px 10px 10px 0; 
	}

a
	{	color: #999; 
		text-decoration: none; 
		margin-right: 10px; 
	}

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


