/* basic page elements */

	body, html {
	height: 100%;
	}

	body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
	}
	
	body {
	background-color: #000;
	text-align:center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

	a {
	font-size: 9px;
	color: #00ccff;
	}

	a:link {
	text-decoration: none;
	}

	a:visited {
	text-decoration: none;
	}

	a:hover {
	text-decoration:underline;
	color: #fff;
	}
	a:active {
	text-decoration: none;
	}

/* shared container elements */

	#bg_container	{
	background-image: url(../images/border_tile.gif);
	text-align:left;
	margin:0px auto;
	width: 780px;
	height: 100%;
	}
	
	#bg_left {
	background-image: url(../images/border_tl.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 104px;
	width: 23px;
	}
	
	#core_container {
	float: left;
	width: 734px;
	}

	#bg_right {
	background-image: url(../images/border_tr.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 104px;
	width: 23px;
	}

/* splash elements */

	#rhino_splash {
	padding-left: 5px;
	padding-top: 30%;
	}

	#splash_left	{
	width: 380px;
	padding-left: 10px;
	float: left;
	padding-top: 5px;
	}
	
	#splash_right	{
	float: left;
	width: 380px;
	padding-top: 5px;
	padding-right: 10px;
	text-align: right;
	}