.container {
	background: #FFF;
}

body {
	
}


table td {
	border: none;
}


#header {
	background: #F00;
	height: 20px;
}


#main {
	background: #FFF;
	height: 100px;
}

#footer {
	background: #F00;
}