/* CSS Document */

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

#rahmen {
	background-image: url(img/satoflove-bg.jpg);
	width: 800px;
	height: 800px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	background-color: #000000;
	border: medium solid #00CCFF;

}

a.menu {color: #9FCBFF;
			text-decoration: none;
}
a.menu:hover {
	color:#FFFFFF;
	font-weight: bold;
	border: none;
}

