/* CSS Document */
#body {
	background-color: #000000;
	margin: 0px;
	padding: 50px;
	z-index: 1;
}

#rahmen {
	background-image: url(img/number-bg.gif);
	width: 800px;
	height: 800px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	text-align: center;
	background-color: #000000;
	border: medium solid #FF9900;
	z-index: 2;
	padding: 0px;


}

a.menu 		{color: #FF9933;
			text-decoration: none;
}
a.menu:hover   { color:#FF3300;
				font-weight: bold;
}

a.worx {
	font-family: "Courier New", Courier, mono;
	font-size: 72px;
	font-weight: bold;
	text-decoration: none;
	color: #242424;
	vertical-align: middle;
	text-align: center;
	padding: 0px;
	font-variant: normal;
	text-transform: lowercase;
}

a.worx:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 72px;
	font-weight: normal;
	text-decoration: none;
	color: #353535;
	vertical-align: middle;
	text-align: center;
	padding: 0px;
	font-variant: normal;
	text-transform: lowercase;
}

.worx {
	font-family: "Courier New", Courier, mono;
	font-size: 72px;
	text-decoration: none;
	margin: 0px;
	padding: 20px;
	text-align: center;
	font-variant: normal;
	text-transform: none;
}

