body
	{	background-color: #036; 
		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;
	}

#bear
	{	position: absolute;
		top: 0;
		left: 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: rgba(0, 0, 0, 0.65); 
		width: 40%; 
		-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: 220px;
		max-width: 480px;
	}

#music
	{	position: absolute;
		bottom: 0;
		left: 0;
	}

h1
	{	font-family: Tahoma, Verdana, sans-serif; 
		margin: -.4em 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; 
	}

