html,body {
	margin: 0;
	padding: 0;
}


table {
	width: 100%;
	height: 100%;
}

td {
	vertical-align: top;
	text-align: center;
}


div {
	border: 0px solid #000000;
}

div.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 1050px;
}

div.left {
	position: absolute;
	top: 130px;
	left: 30px;
	width: 160px;
	height: 432px;
}

div.top {
	position: absolute;
	top: 130px;
	left: 230px;
	width: 540px;
	height: 30px;
}

div.main {
	position: absolute;
	top: 165px;
	left: 230px;
	width: 540px;
	height: 282px;
}

div.link {
	position: absolute;
	top: 1000px;
	left: 0px;
	width: 800px;
	height: 30px;
}
