body {
	background-color: #eaeaea;
	margin: 0px;
	padding:0px;
}

.background {
	position: relative;
	width: 605px;
	height: 600px;
	margin:0px;
}

.first_bg, .second_bg, .third_bg, .fourth_bg {
	width: 605px;
	float: left;
	background-repeat: no-repeat;
}

.first_bg{
	background-image: url(../img/bg1.jpg);
	height: 141px;
}

.second_bg{
	background-image: url(../img/bg2.jpg);
	height: 127px;
}

.third_bg{
	background-image: url(../img/bg3.jpg);
	height: 136px;
}

.fourth_bg{
	background-image: url(../img/bg4.jpg);
	height: 146px;
}

#tag {
	background-image: url(../img/tagger.png);
	width:216px;
	height:358px;
	position: absolute;
	top: -325px;
	left: 90px;
}

#credits {
	font-family: georgia, tahoma, arial;
	color: #f15da7;
	position: absolute;
	line-height: 20px;
	left: 0px;
	/* bottom via js */
}

.lost{
	position:absolute;
	left: 400px;
	color: #f15da7;
	line-height: 20px;
	/* bottom via js */
}

	#credits a, .lost a{
		text-decoration: none;
		font-weight: bold;
		color: #f15da7;
	}
	#credits a:hover, #credits a:visited, .lost a:hover, .lost a:visited{
		color: #f15da7;
	}
	
.nocss{
	display:none;
}



