/* CSS Document */

#hostngContainer{
	display:table;
}

#hosting{
	background:url(../images/getnet_hosting_top.jpg) no-repeat;
	width:235px;
	 /* width managed according to the padding */
	position:relative;
/*	float:left;*/
	padding:55px 10px 0px 15px;
}

#hostingBg{
	background:url(../images/getnet_hosting_bg.gif) repeat-y;
	width:260px;
	margin:5px;
	vertical-align:bottom;	
	margin-bottom:20px;
	float:left;
	position:relative;
}

#hostingPrice{
	top:12px;
	right:11px;
	font:bold 20px 'trebuchet ms',verdana, arial;
	color:#FFF;
	position:absolute;
}

#hostingPlan{
	top:30px;
	left:15px;
	font:16px impact,arial,verdana;
	color:#D2013E;
	position:absolute;
}

#hostingBg img{
	border:0px;
	vertical-align:bottom;
}

