
/* Banner base styles */

	DIV#banner
	 {
	 	position:relative;
		top:0px;
		left:0px;
		width:500px;
		height:190px;
	 	background-color:rgb(28,34,46);
		border-style:none;
	 }
	IMG#banner
	 {
	 	position:absolute;
	 	top:-45px;
	 	left:20px;
	 	border-width:0px 0px 0px 0px;
	 }
	IMG#banner-name
	 {
	 	position:absolute;
	 	top:20px;
	 	left:220px;
	 	border-width:0px 0px 0px 0px;
	 }

