/* CSS Document */
body{
border:0;
margin:0;
padding:0;
background-color:#000000;
}

#wrapper{
	width:480px;
	height:301px;
	background-image:url(bg.gif);
	background-repeat:no-repeat;
	position:relative;
}

#apple{
	display:block;
	width:112px;
	height:43px;
	background-image:url(apple.png);
	position:absolute;
	background-repeat:no-repeat;
	right:140px;
	top:240px;
}

#questions{
	display:block;
	width:112px;
	height:43px;
	background-image:url(questions.png);
	background-repeat:no-repeat;
	position:absolute;
	right:20px;
	top:240px;
}

#player{
	width:180px;
	height:50px;
	position:absolute;
	left:21px;
	top:231px;

}
