body {
				background: #999999;
			}
			#box {
				font-family: Arial,Helvetica,sans-serif;
				position: absolute;
				background: url(gfx/bg.jpg) no-repeat;
				top:0;
				margin-left: -480px;
				left:50%;
				width: 960px;
				height:747px;
			}
			#box.box2 {
				background: url(gfx/bg2.jpg) no-repeat;
			}
			#whichEnd {
				display: none;
				position: absolute;
				font-weight: bold;
				top:60px;
				left: 475px;
				font-size: 26px;
			}
			#teaser {
				font-size: 14px;
				font-weight: bold;
			}
			#blueBox {
				line-height: 1.5;
				padding: 15px 0 15px 15px;
				color: white;
				font-size: 18px;
				position: absolute;
				background: #407dc2;
				top:200px; 
				left:0;
				width: 185px;
				height:170px;
			}
			
			#blueBox a{
				color: white;
			}
			
			
			#text {
				font-size: 13px;
				position: absolute;
				width:250px;
				top: 195px;
				left: 650px;
			}
			#questions {
				margin-top: 20px;
			width: 100%;
				text-align: center;
				font-size: 25px;
				font-weight: bold;
			}
			
			.doyouknow {
				line-height: 1.5;
			}
			#boat {
			position: absolute;
				width:300px;
				height: 480px;
				top: 90px;
				right:20px;
			}
			#boat img{
				margin: 10px 0 0 7px;
			}
			#logo {
				background: url(gfx/logo.gif);
				width:392px;
				height:28px;
				position: absolute;
				bottom: 56px;
				left: 15px;
			}
			
			.applemenu{
			position: absolute;
			top:100px;
			left:0;
			padding: 0;
			width: 600px; /*width of menu*/
			background: #407dc2;
			cursor: hand;
			}
			
			.applemenu div.silverheader{
			font-size: 18px;
			color: white;
			display: block;
			position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
			width: auto;
			padding: 5px 0;
			padding-left: 8px;
			text-decoration: none;
			cursor:pointer;}
			
			
			.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
			color: white;
			}
			
			
			.applemenu div.selected, .applemenu div.silverheader:hover{
			background: #49aaa5;
			color: white;
			}
			
			.applemenu div.submenu{ /*DIV that contains each sub menu*/
			background: url(gfx/submenu.gif) repeat-y;
			
			font-size: 12px;
			padding: 15px 20px 20px 30px;
			border-top: 1px solid white;
			border-bottom: 1px solid white;
			}


