body, html {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	background: #11b7dc url('../img/bg.jpg') repeat-x left top;
}

#textDiv {
	position: absolute;
	left: 0;
	top: 150px;
	width: 100%;
	height: 129px;
	background: url('../img/text_bg.jpg') repeat-x left top;
	font-size: 1px;
}

#logoDiv {
	position: absolute;
	left: 53px;
	top: 0px;
	width: 174px;
	height: 67px;
	background: url('../img/amikasa_logo.jpg') no-repeat left top;
}

#flashClick {
	position: absolute;
	left: 406px;
	top: 80px;
	width: 33px;
	height: 12px;
	cursor: pointer;
	background-color: #FFFFFF;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
}