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


#page
{
	position: relative;
}

#hoed
{
	position: absolute;
	background: url(/img/intro/hat.jpg);
	width: 247px;
	height: 226px;
	left: 348px;
	top: 238px;
}

.hoeden
{
	position: absolute;
	background: url(/img/intro/hoeden.gif);
	width: 115px;
	height: 26px;
	left: 233px;
	top: 295px;
	cursor: pointer;
}

.hoeden_mo
{
	position: absolute;
	background: url(/img/intro/hoeden_mo.gif);
	width: 115px;
	height: 26px;
	left: 233px;
	top: 295px;
	cursor: pointer;
}

.hats
{
	position: absolute;
	background: url(/img/intro/hats.gif);
	width: 115px;
	height: 26px;
	left: 595px;
	top: 295px;
	cursor: pointer;
}

.hats_mo
{
	position: absolute;
	background: url(/img/intro/hats_mo.gif);
	width: 115px;
	height: 26px;
	left: 595px;
	top: 295px;
	cursor: pointer;
}
