@charset "utf-8";
/* CSS Document */
/*http://www.xodmedia.com*/
#xod {
	border-width: 0px;
	border-style: none;
	text-align:center;
	background: #FFF;
	width: 100%;
}
#xod img{
	border: none;
	text-align: center;
	margin: 10px auto;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}.floatright {
	clear: left;
	float: right;
	margin-bottom: 5px;
	margin-left: 8px;
}
.floatleft {
	clear: right;
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
}
