@charset "utf-8"; 

body {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
}
h4 {
	font-size: 12px;
}
img {
	border: none;
}
table#container {
	width: 950px;
	height: 100%;
	border-collapse: collapse;
	margin: 0px auto;
}
table#container td {
	border-left: 3px solid #000000;
	border-right: 3px solid #000000;
	padding: 0px;
}
div#flash {
	width: 944px;
	height: 675px;
}

