html, body { margin: 0px; padding: 0px; width: 100%; height: 100%; }
table {
	width: 100%;
	height: 100%;
}
a { display: block; }
table, tr, td { width: 100%; height: 100%; }
td { vertical-align: middle; }
img { border: none; }

#main {
	margin: 0 auto 0 auto;
	width: 1000px;
	height: 639px;
	position: relative;
}

#logo {
	position: absolute;
	top: 205px;
	left: 295px;
}

#who {
	position: absolute;
	top: 66px;
	left: 412px;
}

#shop {
	position: absolute;
	top: 66px;
	right: 115px;
}

#blog {
	position: absolute;
	right: 88px;
	bottom: 200px;
}