	@import url(http://fonts.googleapis.com/css?family=Voltaire);
	html,body { height: 100%; margin: 0;padding: 0; }
	
	#description {
		position: absolute;
		top: -999px;
	}
	
	#wrapper {
		margin: 0 auto;
		width: 800px; height: 600px;
		background: url('albloemex.png') center center no-repeat;
		text-align: center;
	}
	#wrapper #inner{
		color: #ccc;
		position: relative;
		top: 292px;
		font-family: 'Voltaire', sans-serif;
		text-decoration: none;
	}
	#wrapper #inner img {
		border: none;
		margin-bottom: -2px; padding: 0;
	}
	#wrapper a{
		color: #bf0000;
		text-decoration: none;
	}
	#wrapper a:hover{
		color: #bf0000;
	}