@import url("MW-base.css");

body {
	background: #090909;
	color: #fff;
	font-family: "Trade Gothic", Helvetica, Arial, sans-serif;
}

#primary {
	background: #fff url("/_images/primary-bg.gif") repeat-x;
	border: 1px solid #f00;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #000;
	font-size: 1.1em;
	margin: 40px auto;
	overflow: hidden;
	padding: 10px 20px 30px;
	width: 700px;
}

h1 {
	text-align: center;
}
h2 {
	font-variant: small-caps;
}

.message { text-align: center; }

.location {
	float: left;
	width: 33%;
}
