table.main {
    margin: 0px;
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(images/main.jpg);
	border-collapse: collapse;
	border-style: solid;
	border-top: 1px;
	border-top-color: #006400;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom: 1px;
	border-bottom-color: #006400;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left: 1px;
	border-left-color: #006400;
	border-left-style: solid;
	border-left-width: px;
	border-right: 1px;
	border-right-color: #006400;
	border-right-style: solid;
	border-right-width: 1px;
}

td {
	background-repeat: repeat-y;
}

p.oferta {
	font-family: arial Narrow;
	font-size: 12px;
    color: #003600;
    margin-left: 20px;	
	margin-bottom: 7px;
}

p.copy {
	font-family: arial Narrow;
	font-size: 9px;
    color: #003600;
}

a {
	text-decoration : none;
}


