			
			
			
			
			
			
			
			
						/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
			
			
			
			
			
			
			
			
			
			
			
				body
				{
					text-align: center;
					background: url( img/sky_gradient.png );
					background-repeat: repeat-x;
				}
			
				#sun_body
				{
					height: 400px;
					width: 243px;
					background: url(img/sun_body.png);
					position: absolute;
					top: 25px;
					left: 130px;
				}

				#sun_head_front
				{
					height: 200px;
					width: 243px;
					background: url(img/sun_head_front.png);
					position: absolute;
					top: 50px;
					left: 120px;
				}
			
				#sun_head_down
				{
					height: 210px;
					width: 243px;
					background: url(img/sun_head_front_down.png);		
					position: absolute;
					top: 50px;
					left: 120px;					
				}
				
				#sun_head_left
				{
					height: 210px;
					width: 243px;
					background: url(img/sun_head_left.png);
					position: absolute;
					top: 50px;
					left: 120px;
					position: absolute;
					top: 50px;
					left: 120px;
				}
				
				#sun_head_right
				{
					height: 210px;
					width: 243px;
					background: url(img/sun_head_right.png);
					position: absolute;
					top: 50px;
					left: 120px;
				}

				#main
				{
					height: 500px;
					width: 500px;
					border: 0px solid #cccccc;
					position: relative;
					margin: auto;
					top: 100px;
					z-index: 3;
				}
				
				#background
				{
					height: 100%;
					width: 100%;
					overflow: hidden;
					border: 0px solid #cccccc;
					position: absolute;
					top: 206px;
					background: url(img/wiese_gradient.png) #ffffff;
					background-repeat: repeat-x;
					z-index: 1;
					left: 0px;
				}
				
				#ball
				{
					height: 86px;
					width: 87px;
					background: url(img/ball/ball_00.png);
					position: absolute;
					top: 350px;
					left: -90px;
					z-index: 3;
				}
				
				#quest_01, #quest_02, #quest_03
				{
					font-size: 90pt;
					font-weight: bold;
					color: #ffffff;
					position: absolute;
				}
				
				#quest_01
				{
					top:  4px;
					left: 50px;
				}
			
				#quest_02
				{
					top:  70px;
					left: 150px;
				}
				
				#quest_03
				{
					top:  35px;
					left: 250px;
				}
				
				#quest_box
				{
					position: absolute;
					margin: auto;
					width: 400px;
					border: 0px solid #cccccc;
					height: 300px;
					top: -100px;
					left: 50px;
				}
				
				#message
				{
					font-size: 18pt;
					color: #444444;
					position: absolute;
					-moz-border-radius: 10px;
					border: 0px solid #000000;
					background: #ffffff;
					top: 245px;
					left: 110px;
					height: 100px;
					width: 300px;
					text-align: center;
				}
				
				#text_01, #text_02
				{
					display: block;					
				}
				
				#text_01
				{
					margin-top: 10px;
				}

				#text_02
				{
					position: absolute;
					top: 54px;
					left: 97px; 
				}
				
				#text_03
				{
					font-size: 18pt;
					color: #444444;
					position: absolute;					
					-moz-border-radius: 10px;
					top: 300px;
					left: 208px;
					font-weight: bold;
					display: block;
				}
				
				#point
				{
					font-size: 90pt;
					color: #ffffff;
					position: absolute;		
					top: -50px;
					left: 35px;
					font-weight: bold;
					display: block;
				}
				
				#load
				{
					height: 100%;
					width: 100%;
					color: #ffffff;
					font-size: 18pt;
					background: #000000;
					position: absolute;
					left: 0px;
					top: 0px;
					z-index: 5;
				}
				
				#load span
				{
					position: relative;
					display: block;
					top: 300px;
				}
				
				#load div
				{
					position: relative;
					display: inline-block;
					top: 350px;
					height: 20px;
					width: 250px;
					background: #ffffff;
					-moz-border-radius: 5px;
				}
				
				#load div div
				{
					position: absolute;
					display: block;
					top: 0px;
					left: 0px;
					height: 20px;
					width: 0px;
					background: #00ff00;	
				}
