#divMain {
	margin: 0px auto;
	width: 760px;
	border: 1px solid silver;
	background: #ffffff;
	overflow: hidden;
}

#headerImage {
	float: left;
	width: 100%;
}

#headerMenu {
	float: left;
	width: 100%;
	background: url(../images/hard_03.gif);
}

#headerGoogle {
	float: left;
	width: 100%;
	border-top: 2px solid #E6E6E6
}

#contents {
	float: left;
	width: 100%;
}

#contents table{
	text-align:left;
}

#footerInfo {
	float: left;
	width: 100%;
	height:90px;
}
