/* NBR 3 Mini Site - CSS 01/07 - Chase Media 2007 */

html, body {
    height: 100%;
}
a {
	color: #FF0000;
	font-weight: bold;
}
A:link {
	color: #FF0000;
	text-decoration: none;
}
A:visited {
	color: #FF0000;
	text-decoration: none;
}
A:active {
	color: #FF0000;
	text-decoration: none;
}
A:hover {
	color: #00FF00;
	text-decoration: none;
}


body {
    margin: 0;
    padding: 0;
    text-align: center;
	background-color: #000000;
}
#container {
    width: 100%;
	min-height: 100%;
    height: auto;
}
#main {
    width: 750px;
    height: 800px;
	margin-left: auto;
	margin-right: auto;
}
#player {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
