html, body {
	margin:0;
	padding:0;
	
	font-family: arial;
	background: #FFF url('../img/bg9.jpg') no-repeat fixed;
	
                -webkit-background-size: auto;
        -moz-background-size: auto;
        -o-background-size: auto;
         background-size: auto;	
            
}

.info_primary {
	width:100%;
	line-height:20px;
	font-size:20px;
	text-align:center;
}

#info_view_container {
	width:100%;
	margin-top:10px;
}

.info_box {
	height:80px;
	margin: 10px;
	border:1px solid #d8d8d8;
}

.info_icon {
	float:left;
	width:100px;
	height:100%;
	/*background-color:green;*/
	border-radius:15px 0px 0px 15px;
}

.info_description {
	display:inline-block;
	width:380px;
	height:100%;
	text-align:center;
	margin:20px;
	line-height:25px;
}

.round_box {
	border-radius:50px;
	width:50px;
	height:50px;
	margin: 0 auto;
	position:relative;
	top:14px;
}

