*
{
	margin: 0;
	padding: 0;
}

li
{
	margin-left: 2em;
}

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

a:hover
{
	border-bottom: 1px dashed #222222;
}

@font-face
{
	font-family:'Mecha';
	src:url('Mecha.eot');
	src:url('Mecha.eot') format('embedded-opentype');
	src: url('Mecha.eot?') format('eot'),
		url('Mecha.woff') format('woff'),
		url('Mecha.ttf') format('truetype'),
		url('Mecha.svg#Mecha') format('svg'); 
	font-weight:normal;
	font-style:normal;
}

body
{
	background-color: #1f0a07;
	font-family: Aria, Sans-Serif, Sans; 
	color: #000000
}

#header
{
	background-color: #9a3324;
	border-bottom: 10px dashed #EBD607;
	padding:10px 5%;
	font-size: 2.5em;
	font-family: Mecha, Sans;
	font-weight: 400;
}

#wrapper
{
	margin: 50px auto;
	width: 576px;
	background-color: #9a3324;
	border: 2px solid #333;
}

#title
{
	padding: 5px 10px;
	float:left;
}

#title h1
{
	font-size: 1.3em; 
}

#halls
{
	font-size: 1.1em; 
	padding: 7px 10px;
	float:right;
}

#player
{
	clear:both;
	margin: 0px auto;
	width: 576px;
	height: 320px;
	border: 0px;
}

#infos
{
	padding: 10px;
}

#infos h2
{
	font-size: 1.1em; 
}

#infos li
{
	font-size: 0.8em; 
}