body {
	background-color: #000000;
	color: #D2A74D;
	margin: 0;
	padding: 0;
	text-align: center;
}

#headlinegraphicgallery {
	height: 47px;
	margin: 0 auto 0 auto;
	width: 776px;
}

table {
	margin: 0 auto 35px auto;
	width: 680px;
	}
table td {
	text-align: center;
	}
table td img {
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 20px;
	}

table td.topleft {
	background-image: url(resources/corner-top-left.gif);
	background-repeat: no-repeat;
			background-position: center bottom;
	width: 20px;
	height: 45px;
}

table td.bottomleft {
	background-image: url(resources/corner-bottom-left.gif);
		background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

table td.topright {
	background-image: url(resources/corner-top-right.gif);
		background-repeat: no-repeat;
		background-position: center bottom;
	width: 20px;
	height: 45px;
}

table td.bottomright {
	background-image: url(resources/corner-bottom-right.gif);
		background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}
table td.topmiddle {
	background-image: url(resources/top-middle.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 45px;
}

table td.left {
		width: 20px;
		background-repeat: repeat-y;
		background-image: url(resources/left.gif);
}

table td.right {
		width: 20px;
				background-repeat: repeat-y;
		background-image: url(resources/right.gif);
}

table td.bottommiddle {
	background-image: url(resources/bottom.gif);
	background-repeat: repeat-x;
}