	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}

	#flashcontent {
		height:100%;
		margin:0 0 0 200px;
		overflow:auto;
	}
	/* end hide */
	#text{
		overflow:auto;
		font-size:16;
		display:block;
		font-family:Verdana,Tahoma,sans-serif;
		font-weight:bold;
		height:100%;
		overflow:hidden;
		margin:0 0 0 200px;
		padding: 100px 30px 30px 30px;
		overflow:auto;
		background:#1f1f1f url(img/about1.jpg) right top no-repeat;
	}
	#text p{
		padding:0;
		width: 70%;
	}
	#text li{
		list-style: none;
		width: 70%;
	}
	#text li.question{
		font-weight:bold;
	}
	#text li.answer{
		text-indent:0px;
		padding:0px 30px 30px 30px;
	}	
	#about{
		text-indent:50px;
		overflow:auto;
		font-size:16;
		display:block;
		font-family:Verdana,Tahoma,sans-serif;
		font-weight:bold;
		height:100%;
		overflow:hidden;
		margin:0 0 0 200px;
		padding: 30px 30px 30px 30px;
		overflow:auto;
		background:#1f1f1f url(img/about1.jpg) right top no-repeat;
	}
	#about p{
	 width:70%;
	}
	#title{
		height:81px;
		color:#ffffff;
		display:block;
	}
	#menu{
		position:absolute;
		left:0;
		top:200px;
		width:164px;
		height:100%;
		overflow:hidden;
		text-align:right;
		margin:0 0 10px 0;
		padding:0 0 0 28px;
		background:#1f1f1f url(img/menu_bg1.jpg) left no-repeat;
	}
	#menu a{
		color:#ffffff;
		line-height:40px;
		text-decoration:none;
	}
	#menu a:hover{
		color:#DDDDDD;
	}
	#menu a.active{
		color:#AAAAAA;
		line-height:40px;
		text-decoration:none;
	}
	body {
		height: 85%;
		margin: 0;
		padding: 0;
		background-color: #1f1f1f;
		color:#ffffff;
		font-family:sans-serf;
		font-size:24;
	}

	a {	
		color:#cccccc;
	}
