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

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000020;
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 100%;
}	

#intro
{
	width: 320px;
	height: 320px;
	position: absolute;
	left: 50%;
	margin-left: -150px;
	top: 50px;
}

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

#skip
{
	position: absolute;
	bottom: 25px;
	right: 25px;
}

#flash
{
	width: 320px;
	height: 320px;
}

