
	html {
		width: 800px;
		background-color: #04548e;
		background-image: url(images/bak.jpg);
		background-repeat: no-repeat;
	}

	body {

		margin: 0 0 0 0;
		width: 800px;
		font-family: verdana,sans-serif;
		font-size: 12px;
	}

	div.nav {
		margin-bottom: 1px;
	}
	div.message {
		font-size: .8em;
		white-space: pre;
	}
	
	div.events { 
		font-size: .8em;
	    color: #04548e;
		white-space: pre;
		margin-left: 20px;
	}
