/* CSS Document */

/*==== MAIN PAGE ELEMENTS ====*/
body {
	background-color:#CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*==== TABLE ELEMENTS ====*/
.mainTable { /* Main table containing the site */
	height: 200px;	
	width: 500px;
}

.testTable {
	width: 100%;
	max-width: 900px;
	background-color:#000000;
}
