/* CSS Document */

.bluehost-content {
    background: #f8f4f1 url("../images/bgimg.jpg") no-repeat scroll right top;
    margin-bottom: -20px;
    min-height: 804px;
}
/*.bluehost-content{
	background:url(../images/bgimg.jpg) no-repeat top left #f8f4f1;
	min-height:804px;
	margin-bottom:-20px;
}
*/.bluebox{
	max-width:800px;
	width:100%;
	padding:20px;
	background:#3172b8;
	font-size:20px;
	color:#FFF;
	text-shadow:1px 1px 1px #333;
	position:relative;
}
.bluebox:after{
	position:absolute;
	content:"";
	bottom:-40px;
	width:100%;
	height:40px;
	right:0;
	background:url(../images/shadow.png) no-repeat left;
}
.bh-banner{
	padding:25px 25px 10px;
}
.bh-button{
	padding:0 40px;
}