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

body {
	background: #000;
	color: #FFF;
	font-family: Arial, Helvetica, FreeSans, sans-serif;\
	margin: 0;
	padding: 100px 100px 20px 100px;
	text-align: center;
}

.top-dots {
	background: transparent url(../images/top-dots.gif) top left repeat-x;
	padding-top: 10px;
	width: 160px;
	margin: 0 auto;
}

img { border: 0; }

p, li { color: #999; font-size: 11px; line-height: 16px; }

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

div#title {
	margin: 0 auto 200px auto;
}

div#flash {
	margin: 0 auto 50px 0;
}

a#link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 600px;
	height: 600px;
	line-height: 100%;
}