	
	html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
	}

	body {
	min-height: 550px;
	}

	body * {	

	}
	
	#wrapper {
	width: 100%;
	height: 450px;	
	margin: -250px 0 0 0;	
	position: absolute;	
	left: 5%;	
	top: 52%;
			  }
	#text {
	background-color: #D5EAC0;	
	font-family: Arial, Geneva, SunSans-Regular, sans-serif;	
	font-size: 14px;	
	color: #3e3ed6;	
	line-height: 22px;
	width: 300px;	/*150*/
	height: 140px;	
	padding: 50px;	
	position: absolute;	
	top: 105px;	
	left: 0;	
	z-index: 2;
	}
	
	#text h4 {
	font-size: 16px;	
	line-height: 20px;	
	margin: 0 0 15px 0;
	}
	
	#text small, #text small * {
	font-size: 12px;	
	color: #666;
	}
	
	#navi {	
	position: absolute;	
	top: 0;	left: 300px;
	}
	
	#navi a {	
	background-color: #fee;	
	font-size: 24px;	
	text-align: center;	
	text-decoration: none;	
	line-height: 30px;	
	display: block;	
	width: 30px;	
	height: 30px;	
	margin-right: 1px;	
	float: left;
	}
	
	#navi a:hover {	
	background-color: #fff;
	}
	
	#carousel {	
	height: 609px;	
	overflow: hidden;	
	padding: 30px 0 0 300px;	
	z-index: 1;
	}
	
	#carousel img {	
	display: block;	
	/*float: left;*/
	}
	
