
body
{
 color: #ddd;
 font-family: verdana;
 font-size: 12px;
 background-color: #000;
 text-align: center;
}

div#splash
{
 margin: 0px;
 background-image: url(//cdn.bloodlinechampions.com/www/images/BLC_WEB_BG.jpg);
 background-repeat: no-repeat;
 background-position: top center;
 min-height: 1080px; 
}

div#splash img
{
 margin-top: 212px;
 margin-bottom: 32px;
}


div#splash p
{
	font-size: 14px;
	text-align: center;
}

a
{
	color: #cc6604;
}
a:hover
{
	color: #bb5504;
	text-decoration: none;
}