.mainMid {
	background-image: url(images/mainMid.jpg);
	background-repeat: repeat-y;
}
.footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-image: url(images/bg01.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
.boxwbrdr {
	background-color: #FFFFCC;
	border: 1px solid #990000;
}
.line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
.tomato {
	background-image: url(images/tomato01.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}
