html, body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	color: #262626;
	font: 13px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#stage {
	position: absolute;
	top: 0px;
	left: 0px;
}

#navigation {
	padding: 30px;
	line-height: 20px;
}

#navigation ul {
	font-size: 12px;
	list-style-type: none;
	padding: 0;
}

#navigation ul ul {
	margin: 0 0 0 20px;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

#htmlCon {
	clear:both;
	position: absolute;
	top: 300px;
	left: 220px;
	padding-bottom: 50px;
	border-style: none;
	float: left;
	
}

#txt {
	width: 450px;
}

#bgImg {
	width: 500px;
	position: absolute;
	top: 0px;
	left: 500px;
}

.quotation {
	font-size: 20px;
	font-style: italic;
	width: 300px;
	line-height: 30px;
}

#smallInci {
	font-size: 90%;
	background-color: #f5f5f5;
	padding: 10px;
}



#noFlashInfo{
	margin: 10px 10px 30px 10px;
	padding: 5px 15px;
	background-color: #e8e8e8;
	display: block;
	width: 100%;
}
#noFlashContent{
	clear:both;
	display: block;
}


