@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Tahoma, Sylfaen;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #021100;
	margin: 0px;
	padding: 0px;
}
#table {
	height: 480px;
	width: 800px;
	background-color: #021100;
}
#table .row {
	height: 80px;
	width: 800px;
	display: table-row;
}
#table .row .col {
	height: 80px;
	width: 200px;
	display: table-cell;
}
