html, body, table {
    width: 100%;
}


table{width:100%}

td {
    height: 100%;
    text-align: center;
} /*for stupid MSIE */

p {
    font-size: 1em;
}

p+p {
    text-indent: 2em;
}

#container {
    position: relative;
    margin: 0 auto;
    width: 98%;
    border: 0px;
    text-align: center;
    padding: 3px;
}

.tableads{
width:99.7%;
display:table;
}
.fl{
	float:right;
	display:table-cell;
	width:23.7%;
	margin:1px;
	padding:0.3%;
	text-align:center;
	border:1px #D5E9EE solid;
	/*height:30px;*/
	background-color:#D2EAEA;

}
.fr{
	float:right;
	width:30%;
	display:table-row;
	margin:1px;
	text-align:right;
	/*border:1px #00ADD9 solid;*/
	border-right:5px #00ADD9 solid;
	background-color:#0095BD;
	height:20px;
}

