body {
	background-color:#16202D;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;

	margin-top:0px;
	text-align:center;
	
	font-family:Tahoma;
	font-size:12px;
	color:#FAF9F9;
	line-height:20pt;
}

a {
	color:#93D8EF;
	text-decoration:underline;
}

#wrapper {
	margin:0px auto;
 	width:900px;
	text-align:left;
}

img {
	border:none;
}

* html #dedicated {
    margin-left: 293px;
    margin-top: -155px;
}

#plans {
        top:152px;
	float:none;
}

#shared {
	background-image:url(images/plan_500.gif);
	width:294px;
	height:155px;
	float: left;
}

	.shared_text {
		padding-top:40px;
		padding-left:96px;
		height:102px;
		width:198px;
	}
	
#reseller {
	background-image:url(images/plan_1000.gif);
	width:293px;
	height:155px;
	float: left;
}

	.reseller_text {
		padding-top:40px;
		padding-left:96px;
		height:102px;
		width:198px;
	}

#dedicated {
	background-image:url(images/plan_2000.gif);
	width:313px;
	height:155px;
	float:left;
}

	.dedicated_text {
		padding-top:40px;
		padding-left:96px;
		height:102px;
		width:198px;
	}
	
	.planspecs {
		border-bottom:#999999 1px dotted;
		margin-right:10px;
		line-height:24px;
	}
	
	.planprice {
		margin-right:10px;
		line-height:24px;
		text-align:right;
	}

#content {
	top:307px;
	width:900px;
	padding: 1px;
}

#left_content {
	float:left;
	width:351px;
}

	#uptime {
		background-image:url(images/uptime.gif);
		width:351px;
		height:152px;
		padding-top:1px;
	}
	
		.uptime_text {
			margin-left:25px;
			margin-top:60px;
			width:300px;
			height:80px;
			line-height:15px;
			font-size:11px;
		}
	
	.support {
		background-image:url(images/support.gif);
		width:351px;
		height:142px;
		padding-top:1px;
	}
	
		.support_text {
			margin-left:25px;
			margin-top:55px;
			width:300px;
			height:80px;
			line-height:15px;
			font-size:11px;
		}
		
	.wizards {
		background-image:url(images/wizards.gif);
		width:351px;
		height:146px;
		padding-top:1px;
	}
	
		.wizards_text {
			margin-left:25px;
			margin-top:55px;
			width:300px;
			height:80px;
			line-height:15px;
			font-size:11px;
		}
		
#main_content {
	float:right;
	width:549px;
	line-height:20px;
}

	.welcome {
		width:523px;
		padding-top:40px;
		
		background-image:url(images/head_welcome.gif);
		background-color:#0F1724;
		background-position:top;
		background-repeat:no-repeat;
	}
	
	.welcome_text {
		padding:10px;
	}
	
#bottom_content {
	width:524px;
}
	
	.presales {
		margin-top:10px;
		float:left;
		width:256px;
		padding-top:35px;
		
		background-image:url(images/head_presales.gif);
		background-color:#0F1724;
		background-position:top;
		background-repeat:no-repeat;
	}
	
	.presales_text {
		padding:5px;
	}
	
	.tools {
		margin-top:10px;
		float:right;
		width:256px;
		padding-top:35px;
		
		background-image:url(images/head_tools.gif);
		background-color:#0F1724;
		background-position:top;
		background-repeat:no-repeat;
	}
	
	.tools_text {
		padding:5px;
	}

#footer {
	float:left;
	width:100%;
	padding:1px;
	text-align:center;
}

	.footer_text {
		margin-top:35px;
	}

#m1 {
<!--        border: 1px purple solid; -->
}