.main {
	width: 800px;
	background-image: url(../images/main_table_bg.gif);
	background-repeat: repeat;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}
.side {
	width: 350px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 18px;
}
.top {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	bottom: auto;
	margin-top: auto;
	margin-bottom: auto;
}
.left {
	float: right;
	width: 420px;
	color: #FFF;
	font-weight: 600;
	font-size: 14px;
	font-family: "Comic Sans MS", cursive;
}
.header {
	font-size: 24px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #69F;
	padding-right: 10px;
	padding-left: 10px;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #FFF;
}
.bg {
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #01F3E5;
}
