@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: Delicious;
	src: url('Delicious-Roman.otf');
}

			body{
				background: #00ccff;
				margin:0;
				padding:0;
				height:100%;
				font-family:Delicious, sans-serif;
				font-size:14px;
				overflow:hidden
			}
			#MoveMe {
				position: absolute;
				background: url(clouds.png);
				height:100%;
				width:100%;
				margin:0;
				padding:0;
				z-index:1;
				}			
			#MoveMe2 {
				position: absolute;
				background: url(clouds2.png);
				height:100%;
				width:100%;
				margin:0;
				padding:0;
				z-index:1;
				}
			#MoveMe3 {
				position: absolute;
				background: url(clouds3.png);
				height:100%;
				width:100%;
				margin:0;
				padding:0;
				z-index:1;
				}
							.main {
				position: absolute;
				background: yellow;
				height: auto;
				width: auto;
				margin-top: 50px;
				margin-left: 200px;
				display: none;
				
			}

				
				ul, li{margin:0; padding:0; list-style:none;  z-index: 5;}

.start{ cursor: help; margin-left: 10px; margin-top: 10px; width: 25px;}
.menu {display:none; width:184px; margin-left: 10px; position: absolute; z-index: 5;}

.menu li a{color:#000000;  text-decoration: none; padding:5px; display:block;}
.menu li a:hover{padding:5px; background: #FF3E96; color: #ffffff}
