			html, body {
                height: 100%;
                margin: 0;
                padding: 0;
				background:#6ab2e6 url(../images/bg.jpg) no-repeat top right;
				font-family:Arial, Helvetica, sans-serif;
				font-size:16px;
				color:#3b5465;
				overflow: hidden;
            }


            div#shim {
                visibility: hidden;
                width: 100%;
                height: 50%;
                margin-top: -187px;
                float: left;
            }


            div#blueBox {
                width: 1010px;
				margin:0 auto;
                height: 374px;
                clear: both;
                position: relative;
                top: -187px;
                /* IE4ever Hack: Hide from IE4 **/
                    position: static;
                /** end hack */

            }
			
			div#content {width:640px; height:285px; position:absolute; z-index:20; margin-left:350px; margin-top:60px; padding:0px; text-indent:10px; overflow:auto; 
			/*
			scrollbar-3dlight-color:#eeeee7; scrollbar-arrow-color:#c9c9c2; scrollbar-highlight-color:#ffffff; scrollbar-face-color:#eeeee7; scrollbar-shadow-color:#eeeee7; scrollbar-darkshadow-color:#eeeee7; scrollbar-track-color:#f7f7f7;
			*/
			}
			
			div#seagull {width:342px; height:371px; background:url(../images/logo_sea.png) no-repeat; position: absolute; z-index:10; margin-top:13px}
			div#seagull a {display:inline-block; width:342px; height:371px;}
			
			div#bg_content {background:url(../images/bg_content.png) no-repeat; width:738px; height:341px; position: absolute; z-index:5; margin-top:33px; margin-left:272px;}
			
			div#menu {width:678px; height:30px; margin-top:5px; margin-left:332px; position:absolute; z-index:15;}
			
			h1 {
			padding:0;
			margin:0;
			font-size:24px;
			line-height:24px;
			display:inline-block;
			width:600px;
			text-align:center;
			font-weight:normal
			}
			
			h2 {
			padding:0;
			margin:0;
			font-size:20px;
			line-height:20px;
			display:inline-block;
			width:600px;
			text-align:center;
			font-weight:normal
			}
			
			a:link {color:#3399ff; text-decoration:none}
			
			a:active {color:#3399ff; text-decoration:none}
			
			a:visited {color:#3399ff; text-decoration:none}
			
			a:hover {color:#ff6600; text-decoration:underline}