/* These are the styles for the splash page. */

body
{
	background-color: #970000;
	background-image: url("../images/bg_splash.gif");
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

img
{
	border: 0px;
}


/****
	This is the bar with ENTER SITE in it.
****/
#enterbar
{
	background-image: url("../images/bg_splash_enterbar.gif");
	background-position: top left;
	background-repeat: repeat-x;
	height: 43px;
	padding-left: 244px;
}

/****
	This is the bar with the recommended parts.
****/
#recommended
{
	background-image: url("../images/bg_splash_recommended.gif");
	background-position: top left;
	background-repeat: repeat-x;
	height: 244px;
	padding-left: 244px;
}

