.body {
 font-family:Arial, Helvetica, sans-serif

}


.myBox {
    margin: 0.5in auto;
    color: #fff;
    width: 300px;
	height:150px;
    padding: 30px;
    text-align: left;
    background-color:#900;
    border: 2px solid #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	
}
.review_box{
 margin: 0.5in auto;
    color: #fff;
    width: 600px;
	height:150px;
    padding: 20px;
    text-align: left;
    background-color:#f10e5e;
    border: 3px solid #fff;
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	}

.main_photo{
	text-align:center;
	position:absolute;
	right:50px;
	top:200px;
	font-size: 20px;
    font-weight: bold;
    color: #333;
	
}
.news{
	text-align:center;
	position:relative;
	right:50px;
	top:5000px;
	font-size: 20px;
    font-weight: bold;
    color: #333;
	width:100px;
	
}
.partner_sites{
	font-size: 20px;
    font-weight: bold;
    color: #333;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
	position:absolute;
	bottom:100px;
	right:150px;
	
	
}
.partner_sites_title{
	font-size: 15px;
    font-weight: bold;
    color: #333;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
	position:absolute;
	bottom:140px;
	right:125px;
	
	
}
.chat_title{
	 font-size: 30px;
    font-weight: bold;
    color: #333;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 3px;
	position:absolute;
	right:50px;
	top:500px;
	
}
.addus{
    font-size: 10px;
    font-weight: bold;
    color: #333;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
	position:absolute;
	top:30px;
	right:5px;

}
.mission {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
	
} 

.description {
	font-size: 12px;
	font-weight: bold;
	color: #000033;
	letter-spacing: 0.5px;
}
