html
{    
	background-color: #000000;
}

body
{
	color: #FFFFFF;
}

a
{
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#hd
{
    margin: 0 auto;
}

#hd h1
{
	background: #000000 url(../images/tp_splashpage.jpg) top center no-repeat;
	height: 619px;
    margin: 0 auto;
	text-align: center;
	text-indent: -10000px;
	width: 600px;
}

.yui-g
{
}
