
	body {
		margin: 0px;
		padding: 0px; 
		color: #FFFFFF;
		user-select: none;
		-moz-user-select: none;
		-khtml-user-select: none;
		background-color: #000000;
	}

	a {
		text-decoration: none;
	}

	a.album {
		top: 0px;
		left: 0px;
		width: 370px;
		height: 210px;
		display: block;
		position: relative;
	}

	a.amazon {
		top: 280px;
		left: 20px;
		width: 130px;
		height: 50px;
		display: block;
		position: relative;
	}

	a.myspace {
		top: 230px;
		left: 325px;
		width: 130px;
		height: 50px;
		display: block;
		position: relative;
	}

	a.studivz {
		top: 175px;
		left: 680px;
		width: 65px;
		height: 55px;
		display: block;
		position: relative;
	}

	a.homepage {
		top: 200px;
		left: 285px;
		width: 225px;
		height: 30px;
		display: block;
		position: relative;
	}

	#container {
		width: 800px;
		height: 600px;
		margin: 20px auto;
		background-image: url("enter.jpg");
		background-repeat: no-repeat;
	}
