/* @override http://ynez.local/codes/safaribug/html/style/default.css */

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-position: 0 0;
	background-color: transparent;
	background-image: url("bg_grid.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}

table {
	position: absolute;
	border-collapse: collapse;
	width: 150px;
	height: 150px;
}

table,
tbody,
tr,
td {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}

table td {
	text-align: center;
}

#tableTop {
	left: 50px;
	top:  100px;
}

#tableTop td{
	vertical-align: top;
	background-color: #F00;
}

#tableMiddle {
	left: 250px;
	top:  100px;
}

#tableMiddle td{
	vertical-align: middle;
	background-image: url("green.png");
}

#tableBottom {
	left: 450px;
	top:  100px;
}

#tableBottom td{
	vertical-align: bottom;
	background-image: url("blue.png");
}

