/* CSS Document */

#topline {
	position:absolute;
	text-align:left;
	width:100%;
	height:25px;
	float:left;
	margin:100px 0 0 0;
	background: #E80930;
	z-index:1000;
	visibility: visible;
	left: 0;
	top: 0;
}

#baseline{
	background:url(../media/grass.gif) bottom left repeat-x;
	position:absolute;
	top:auto;
	bottom:0;
	left:0;
	right:0;
	z-index:1;
	width: 100%;
}
