#layoutTable {
	margin: auto;
	margin-top: 50px;
	padding: 0;
	border-collapse: collapse;
}

#layoutTable td {
	padding: 0;
	margin: 0;
}

#layoutTable img {
	padding: 0;
	margin: 0;
}

#top {
	background-repeat: repeat-x;
}

#right {
	background-repeat: repeat-y;
}

#bottom {
	background-repeat: repeat-x;
}

#left {
	background-repeat: repeat-y;
}

#topLeft {
	background-repeat: no-repeat;
}

#topRight {
	background-repeat: no-repeat;
}

#bottomLeft {
	background-repeat: no-repeat;
}

#bottomRight {
	background-repeat: no-repeat;
}