body {
  background-image: url("009-1.jpg");
  background-position: 520px 390px;
  background-repeat: no-repeat;
}

<style type="text/css" media="all">
table.first
{
	margin: 0;
	padding: 0;

	width: 200px;
	height: 200px;
	color: #000000;
	background-color: #ff0000;
	text-align: center;
}

table.second
{
	margin: 50;
	padding: 0;
	position: absolute;
	top: 0px;
	left: 0px;

	text-align: center;
	width: 20px;
	height: 200px;
	color: #ffffff;
	background-color: transparent;

}