#content .image {
	width: 800px;
	height: 394px;
	// background: url('../../images/home/large_image.png') no-repeat;
	margin-bottom: 10px;
}

#content .promo {
	width: 800px;
	height: 394px;
	background: url('../../images/home/switch2.jpg') no-repeat;
	margin-bottom: 10px;
	cursor: pointer;
}

#content .christmasimage {
	width: 800px;
	height: 600px;
	background: url('../../images/home/christmas.jpg') no-repeat;
	margin-bottom: 10px;
	font-family: verdana;
	color: #FFFFFF:
	padding: 25px;
}

#content .services {
	margin: 0;
	padding: 0;
	width: 100%;
}

#content .services li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

#content .services li a {
	height: 197px;
	display: block;
}

#content .services .shared {
	background: url('../../images/home/service_shared.png') no-repeat center center;
	height: 197px;
	width: 33.3%;
}

#content .services .resellers {
	background: url('../../images/home/service_resellers.png') no-repeat center center;
	height: 197px;
	width: 33.3%;
}

#content .services .vps {
	background: url('../../images/home/service_vps.png') no-repeat center center;
	height: 197px;
	width: 33.3%;
}

/* blurb */

#content .blurb {
	margin-bottom: 10px;
}

#content .blurb .top {
	width: 800px;
	height: 21px;
	background: url('../../images/home/blurb_top.png') no-repeat;
}

#content .blurb .bg {
	padding: 0 20px 0 20px;
	width: 760px;
	background: #ededed;
	font-family: Lucida Grande, Arial;
	font-size: 14px;
	color: #a7a7a7;
	text-align: justify;
}

#content .blurb .bg span {
	color: #62a8f6;
}

#content .blurb .bottom {
	width: 800px;
	height: 21px;
	background: url('../../images/home/blurb_bottom.png') no-repeat;
}
