body {	background-color:#ffffff;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px; color: #000000;
		margin: 0px;
		}

A:link { text-decoration: none; color: #cccccc; }
A:visited { text-decoration: none; color: #cccccc;  }
A:active { text-decoration: none; color: #000000;  }
A:hover { text-decoration: none; color: #ba1212;  }


div#banner	{
			width: 800px;
			left: 50%;
			margin-left: -400px;
			position: absolute;
			height: 200px;
			background-color: #ffffff;
			top: 50%;
			margin-top: -200px;
			background-image: url('loading.png');
			}
			
div#menu	{
			color: #bal212;
			background-color: #ffffff;
			position: absolute;
			width: 800px;
			height: 12px;
			top: 50%;
			margin-top: 10px;
			left: 50%;
			margin-left: -400px;
			font-weight: bold;
			text-align: center;
			}