*, img, html, body, object, div, button, a, form, table, th, td, tr {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: none;
}

html, body {
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

h1 {
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
}

h2 {
	font-size: 12px;
	line-height: 14px;
	display: inline;
}

h4 {
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	margin: 24px 0px 4px 0px;
	text-transform: uppercase;
}

p {
	font-size: 12px;
	line-height: 14px;
	margin: 0px 0px 14px 0px;
}

a:link, a:visited {
    color: #000000;
}

a:active, a:hover {
    color: #EC274D;
}

#container {
    margin: 0px auto;
    width: 1000px;
    text-align: left;
}

div#content {
    margin-top: 100px;
}

p.logo {
	margin: 0px 0px 28px 0px;
}

p.links a {
	display: block;
	float: none;
	clear: both;
	width: 200px;
}

p.player {
	margin-top: 32px;
}

