		body {
			color: #eae9ea;
			font: 12px/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
			text-align: center;
			background: #3371a3;
		}
		
		h1 {
			text-align: center;
		}
		
		h2 {
			font-size: 1.25em;
		}
		
		a:link, a:visited {
			color: #eae9ea;
			text-decoration: none;
			border-bottom: 1px dotted;
		}

		a:hover {
			color: #7cd3fd;
			text-decoration: none;
		}
		
		p {
			font-size: 1em;
			text-align: justify;
		}
		
		em {
			display: block;
			margin: 0 0 0 30px;
			font-family: monospace;
			font-size: 1.1em;
		}
		
		#logo {
			width: 565px;
			height: 326px;
			margin: 0 auto;
			background: url(media/vwm-logo.png) no-repeat;
		}
		
		#content {
			width: 300px;
			margin: 0 auto;
			padding: 5px 10px;
			text-align: left;
			background: #4389c2;
		}
		
		#footer {
			text-align: center;
		}