@charset "utf-8";
/* ------------------------------------------------------
	block element centering style.
------------------------------------------------------ */

* { margin: 0; padding: 0; }

html {
	display: table;
	width: 100%;
	height: 100%;
}

body {
	color: #666666;
	font: 12px/14px Century Gothic, Arial, Verdana, Osaka, sans-serif;
	background-color: #FFFFFF;
	display: table-cell;
	vertical-align: middle;

}

img {
	border: 0
}

#wrap {
	position:relative;

	border: 1px solid #639AFF;

	text-align: left;
	margin: auto;
	padding: 0;
	width: 700px;
	height: 350px;
	overflow: hidden;
}


div.left {
	position: absolute;
	float: left;

	text-align: left;
	margin: 0;
	padding: 0;
	width: 350px;
	height: 350px;
	background: url(img/seemore.jpg) left top no-repeat;
	overflow: hidden;
}

div.right {
	position: relative;
	float: right;

	text-align: right;
	margin: 0 0 0 15px;
	padding: 0;
	width: 335px;
	height: 350px;
	overflow-x: hidden;
	overflow-y: auto;
}

/* for IE6 */
* html body {
	text-align: center;
	height: 100%;
}

* html #wrap {
	display: inline;
	vertical-align: middle;
	zoom: 1;
}

* html #dummy {
	width: 0;
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}

/* for IE7 */
*:first-child+html body {
	text-align: center;
	height: 100%;
}

*:first-child+html #blockCentering {
	display: inline;
	vertical-align: middle;
	zoom: 1;
}

*:first-child+html #dummy {
	width: 0;
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}
/* over here */
