#container #content #box1 {
	height: auto;
	width: 725px;
	background-color: #A6CCE1;
}
#container #content #box2 {
	height: auto;
	width: 725px;
}

@media screen and (max-width: 500px) {
#container #content #box1 {
	height: auto;
	width: 80%;
	background-color: #A6CCE1;
}
#container #content #box2 {
	height: auto;
	width: 80%;
}
td {
	clear: both;
	float: left;
	width:100%;
}
}