
body	{
	color: #23671C;
	background-color: #000000;
	height: 100%;
	width: 100%;
		
}

a:link	{
	color: #23671c;
	
}

#main	{
	position: absolute;
	left: 30%;
	right: 10%;
	height: 100%;
	width: 60%;
}

#links	{
	position: absolute;
	left: 10%;
	height: 100%;
	width: 20%;
}

#advert	{
	position: absolute;
	right: 10%;
	height: 100%;
	width: 20%;
	background-image: url(RenDewCan.jpg);

}

/*indent for link column*/

.indent	{
	padding-left: 5%;
}

/*table rules*/

td	{
	width: 25%;
	text-align: center;
}