@charset "utf-8";
		
		* {
		margin: 0px;
		padding: 0px;
		}
	
		a {
			text-decoration: none;
		}
		img {
			border: 0px;
		}
		.fl_right {
			float:right;
		}
		.fl_left {
			float:left;
		}
		.clear {
			clear:both;
			height:0.1px;
			font-size:0.1px;
		}
		#interactive_box {
			
					background-image: url(/themes/images/interactive/index.jpg);
				
		}