/********** HTML **********/
body {
	margin: 0;
	padding: 0;
	background-color: #000;
	height: 100%;
}

html {
	height: 100%;
	margin: 0;
	padding: 0;
}



/********** COMMON **********/
#main_container {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 936px;
	height: 537px;
	margin-top: -270px;
	margin-left: -468px;
}

#column_left {
	float: left;
	width: 239px;
	height: 537px;
	background: url(../images/homepage/column_left.jpg) 80px 142px no-repeat;
}

#column_left img {
	position: absolute;
	margin-top: 365px;
	border: 0;
}

#column_middle {
	float: left;
	width: 442px;
	height: 537px;
	background: url(../images/homepage/basset.jpg) 0 0 no-repeat;
}

#column_right {
	float: left;
	width: 255px;
	height: 537px;
	background: url(../images/homepage/column_right.jpg) 0 168px no-repeat;
}

#column_right img {
	position: absolute;
	margin-top: 381px;
	border: 0;
}

#column_right img#henry {
	position: absolute;
	margin-left: 228px;
	margin-top: 180px;
}
