html,body {
	margin: 0;
	padding: 0;
	background-color: #666;
	text-align: center;
}
img { 
border: 0px none; 
display: block
} 
table {
	width: 100%;
	height: 100%;
}

td {
	vertical-align: middle;
	text-align: center;
}

div.container {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 780px;
	height: 432px;
}

div.left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 432px;
}

div.top {
	position: absolute;
	top: 0px;
	left: 200px;
	width: 580px;
	height: 150px;
}

div.main {
	position: absolute;
	top: 150px;
	left: 200px;
	width: 580px;
	height: 282px;
}

div.center {
	position: absolute;
	top: 195px;
	left: 345px;
	width: 90px;
	height: 42px;
}

div.links {
	position: static;
	width: 471px;
	height: 60px;
	background: #00c602;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
div.topcontent {
	position: absolute;
	background-color: #8DFFEF;
}
div.bottomcontent {
	position: absolute;
	height: 160px;
	background-color: #EBFCFF;
}
div.content {
	position: absolute;
	width: 746px;
	background-color: #EBFCFF;
	border: solid 1px #000;
}

#flashcontent {
	width: 300px;
	height: 300px;
	float: center;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
