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

#content {
	width:100%;
}

#body {
	width: 1014px;
	background-image:url(images/textbackgroundcolor.jpg);
	margin:auto;
}

#logo {
	width:1014px;
	height:92px;
	background-image:url(images/logo.jpg);
	margin:auto;
}

#table {
	width:20%;
	background-color:#F00;
	height: 800px;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#table2 {
	width:20%;
	background-color:#0C3;
	height: 800px;
	margin-left: 250px;
}

#table3 {
	width:20%;
	background-color:#F00;
	height: 800px;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 500px;
}



