body { 
	background-color:#FFFFFF; 
	background-image:url(./img/rand.png);
 	background-repeat:repeat-y;
	color:#000000;
	font-family:Arial,sans-serif;
}
a {
	text-decoration:none;
	color:#079352;
}
h3 { 
	margin-top:0px;
	color:#079352;
}
h4 { 
	color:#079352;
}
tr {
	text-align:center;
}
td {
	border:solid 2px #079352;
	width:160px;
	height:160px;
}
img {
	border-style:none;
}
#logo {
	position:absolute;
	top:0px;
	left:0px;
	margin-left:11px;
}
#main {
	position:absolute;
	top:140px;
	left:160px;
}