#frame {
	width: 800px;

	margin: 0px auto 0px auto;
	padding: 50px 0px 0px 0px;
}

#left, #right {
	float: left;
}

#left {
	width: 170px;
}

#right {
	width: 630px;

	background-image: url("../images/layout/background/repeat.jpg");
	background-position: left 200px;
	background-repeat: repeat-y;
}

#main {
	width: 396px;

	padding: 12px 122px 0px 48px;

	background-image: url("../images/layout/background/top.jpg");
	background-position: left top;
	background-repeat: no-repeat;
}

#bottom {
	width: 630px;
	height: 20px;

	background-image: url("../images/layout/background/bottom.jpg");
	background-position: left top;
	background-repeat: no-repeat;
}

#signature {
	clear: both;

	padding: 4px 170px 12px 0px;
	text-align: right;
}
