@charset "utf-8";
/* CSS Document */

BODY {
	margin: 0px;
	padding: 0px;
	background: url(../_i/background.jpg) no-repeat bottom left fixed;
}

#splash {
	width: 944px;
	height: 648px;
	top: 50%;
	left: 50%;
	position: absolute;
	background: url(../_i/splash.png) no-repeat;
	margin: -324px 0px 0px -472px;
}

#bird {
	top: 343px;
	left: 235px;
	width: 230px;
	height: 35px;
	position: absolute;
	cursor: pointer;
}

#market {
	top: 185px;
	left: 235px;
	width: 230px;
	height: 150px;
	position: absolute;
	cursor: pointer;
}

#workshop {
	top: 165px;
	left: 480px;
	width: 255px;
	height: 220px;
	position: absolute;
	cursor: pointer;
}

#weekly {
	bottom: 55px;
	right: 228px;
	width: 180px;
	height: 65px;
	position: absolute;
	cursor: pointer;
}

#news {
	bottom: 55px;
	right: 40px;
	width: 170px;
	height: 65px;
	position: absolute;
	cursor: pointer;
}

#facebook {
	bottom: 27px;
	right: 30px;
	width: 26px;
	height: 33px;
	position: absolute;
	cursor: pointer;
}