	
	html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
	}

	body {
	min-height: 550px;
	}

	body * {	

	}
	
	#wrapper {
	width: 100%;	
	height: 480px;	
	margin: -250px 0 0 0;	
	position: absolute;	
	left: 14%;	
	top: 52%;
			  }
	#text {
	background-color: #D5EAC0;	
	font-family: Arial, Geneva, SunSans-Regular, sans-serif;	
	font-size: 14px;	
	color: #3e3ed6;	
	line-height: 22px;
	width: 180px;	
	height: 350px;	
	padding: 45px;	
	position: absolute;	
	top: 90px;	
	left: 0;	
	z-index: 2;
	}
	
	#text h1 {
	font-size: 20px;	
	line-height: 20px;	
	margin: 0 0 15px 0;
	}
	
	#text small, #text small * {
	font-size: 12px;	
	color: #009;
	}
	
	#text small a:hover {
	font-size: 14px;
	}
	
	#navi {	
	position: absolute;	
	top: 0;	left: 250px;
	}
	
	#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: 450px;	
	overflow: hidden;	
	padding: 30px 0 0 250px;	
	z-index: 1;
	}
	
	#carousel img {	
	display: block;	
	/*float: left;*/
	}
	
