.table {
background: url(../images/euro.png);
}

#background {
	background: url(../images/background.png) repeat 5% 5%;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 100;
}

#midground {
	background: url(../images/midground.png) repeat 20% 20%;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 100;
}

#foreground {
	background: url(../images/foreground.png) repeat 90% 110%;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 200;
}

#page-wrap {
	width: 720px;
	height: 200px;
	margin-left: 100px;
	position: relative;
	background: rgba(0,0,0,0.7);
	padding: 80px 150px;
	z-index: 300;
}


a:link {
	text-decoration: none;
	font-family: "Trebuchet MS", sans-serif;
	color: #00e3f7;
	outline: none;
	font-size:9px;
}
a:visited {
	text-decoration: none;
	font-family: "Trebuchet MS", sans-serif;
	color: #00e3f7;
	outline: none;
	font-size:9px;
}
a:hover {
	text-decoration: none;
	font-family: "Trebuchet MS", sans-serif;
	color: #f40000;
	outline: none;
	font-size:9px;
}
a:active {
	text-decoration: none;
	font-family: "Trebuchet MS", sans-serif;
	color: #00e3f7;
	outline: none;
	font-size:9px;
}