.cont{
	width:100%;
}

.side_cont{
	width:25%;
	float:left;
	background-color:grey;
}

.side_cont *{
	width:95%;
}

.info{
	width:75%;
}

table,td{
	border:2px solid black;
}

tfoot{
	text-align:right;
}