body {
				font-family: Helvetica, Arial, Verdana, sans-serif;
				background: #000;
				margin: 0;
			}
			#container {
				width: 700px;
				height: 832px;
				margin: 0 auto;
				padding-top: 120px;
				background: url(img/bg.jpg) no-repeat;
			}
			#content {
				width: 560px;
				height: 190px;
				margin: 0 auto;
			}
			h1 {
				font-size: 17px;
				font-weight: normal;
				text-indent: 26px;
				color: #ff6600;
				margin: 0;
			}
			.asH1 {
				font-size: 17px;
				font-weight: normal;
				text-indent: 26px;
				color: #ff6600;
				margin: 0;
			}
			h2 {
				font-size: 18px;
				font-weight: normal;
				color: #ff6600;
				margin: 0;
			}
			p {
				color: #fff;
				text-align: justify;
				font-size: 12px;
			}
			a {
				color: #fff;
				font-weight: bold;
				text-decoration: none;
			}
			a:hover {
				color: #ff6600;
			}
			#bottom {
				width: 235px;
				margin: 0 30px 0 0;
				margin-top:130px;
				padding: 0;
				float: right;
				overflow: hidden;
			}
			#bottom a {color: #fe6405;}
			#bottom a:hover {color: #fe990d;}
			#player {
				width: 360px;
				height: 240px;
				border: 1px solid #6e6f71;
				margin: 10px 0 150px 30px;
				margin-top:150px;
				float: left;
			}
			#footer {
				color:#909090;
				
				margin-bottom:10px;
				padding-top:2px;
				height:50px;
				text-align:center;
				width:700px;
				clear: both;
			}
			#footer #right {
				float:right;
				font-size:12px;
				padding:2px;
			}
			#footer #left {
				float:left;
				padding:2px;
				font-size: 16px;
			}
			#footer .email { font-size:14px; }
			#footer a {
				color:#909090;
				font-weight:normal;
			}
			#footer a:hover {color: #bfbfbf;}
			#mission_form {
				color: #fff;
				font-size: 13px;
			}
			.textbox {
				width: 150px;
				height: 16px;
				padding: 1px;
				border: 1px solid #000;
				color: #8a8a8a;
				background: #404040;
			}
			.textbox:focus, .textarea:focus {border: 1px solid #373737; color: #fff; background: #4e4e4e; outline: none;}
			.textarea {
				width: 150px;
				height: 60px;
				padding: 1px;
				border: 1px solid #000;
				color: #8a8a8a;
				background: #404040;
			}
			.select {
				border: 1px solid #000;
				color: #fff;
				background: #404040;
			}
			#checkBoxes {
				list-style: none;
				margin-left: 0;
			}
			.btn { font-size: 13px; cursor: pointer;font-weight: bold; border: 1px solid #151515; color: #ececec; background: #2a6091; }
			.btn:hover { font-weight: bold; border: 1px solid #373737; color: #ececec; background: #168cde; }
			.btn:active {border:1px solid #8c8c8c; color: #e2e2e2; background: #2a2a2a;}