#container {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	text-align: center;
}
#header {
	float: left;
	height: 40px;
	width: 100%;
	background-color: #FFF;
	text-align: left;
}
#navigator {
	float: left;
	height: 14px;
	width: 100%;
	background-color: #000;
	text-align: center;
}
#mainbox {
	text-decoration: none;
	color: #333;
	text-align: center;
}
#footter {
	height: 15px;
	width: 100%;
	text-align: center;
}
body {
	background-color: #333;
	color: #FFF;
	text-decoration: none;
	float: none;
	text-align: center;
	width: 100%;
	margin: 0px;
}
#mainbox #FlashID3 {
	text-align: center;
	background-color: #333;
}
#mainbox #FlashID4 {
	margin-top: 6%;
	margin-bottom: 6%;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
