
* {
	margin: 0;
	padding: 0;
}

a:focus { -moz-outline-style: none; }

a img {
	border: 0;
}

body {
	background-image: url(../images/background_dispatcher2.png);
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
}

#center {
	width: 900px;
	overflow:hidden;
	margin: auto;
}

#center label {
	display: block;
	margin-bottom: 33px;
	font-weight: bold;
	font-variant: small-caps;
	font-family: Georgia, Helvetica;
	font-size: 17px;
}
#center #productions label {
	color: #FFF;
	margin-left: 50px;
}
#center #artist label {
	color: #121212;
	margin-right: 10px;
	margin-bottom: 70px;
}

#center div {
	float: left;
	margin-top: 183px;
}

#center #productions {
	margin-left: 44px;
}

#center #artist {
	margin-left: 200px;
}

