.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}   

.clearfix {
	display: inline-block;
	} 

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%; 
	}
.clearfix {
	display: block;
	}
/* End hide from IE-mac */
	
#container
{
display:block;
width: 750px;
height: 500px;
background-color: #FFFFFF;
border: 2px solid #0099FF;
text-align:center;
margin: 0 auto 0;
padding:0;
position:relative;
}

#circle{
background-image: url(tp_images/circle.jpg);
background-repeat:no-repeat;
width:104px;
height:104px;
margin-left:10px;
}

