html, body{
	margin: 0;
	padding: 0;
	background-color: #ECD28D;
}

table.main{
	width: 100%;
	border: none;
	
}
table.main td.content{
	
}
table.main td.bg{
	background: transparent url(../img/bg.jpg) repeat top left; 
}
