body
{
	background-color: black;
	background-image: url("background.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

a { color: white; }
a:active { color: #ccc; }
a:visited { color: #aaa; }
a img { border: none; }

#premiere {	margin-top: 64px; }

#title
{
	padding: 0;
	margin: 50px 0 0;
	text-align: center;
}

#enter { margin: 0 100px; }
