body {
	text-align: center;
}
#enveloper {
	margin: 0px;
	padding: 0px;
	width: 900px;
	border: 1px solid #D6D6D6;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 261px;
	width: 900px;
	background-image: url(header.jpg);
	position: relative;
}
#mainarea {
	background-color: #000;
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 600px;
}
.clear {
	clear: both;
}
.whitefont {
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	padding: 10px;
	background-image: url(ratetitleglass.png);
	background-repeat: repeat-y;
}
.samplethumb {
	margin: 3px;
	border: 2px solid #FF900C;
}
.samplethumb:hover{
	margin: 3px;
	border: 2px solid #FFF;
}
.ratetitle {
	font-size: 36px;
	font-weight: bold;
	color: #FF9700;
	float: left;
	width: 350px;
	text-transform: uppercase;
	background-image: url(ratetitleglass.png);
	margin: 0px;
	padding: 5px;
}
.center {
	text-align: center;
}

.whitetitle {
	font-size: 36px;
	font-weight: bold;
	color: #FFF;
	background-repeat: repeat-y;
}
.packagedescription {
	clear: both;
	text-align: left;
	margin-bottom: 20px;
}
.orangespecs {
	color: #FF9700;
	text-align: right;
}

.price {
	float: right;
	text-align: right;
	font-size: 36px;
	color: #FFF;
}
#buttons {
	height: 32px;
	width: 550px;
	position: absolute;
	right: 0px;
	top: 5px;
}
#homebutton {
	background-image: url(hombutton.png);
	background-position: top;
	height: 32px;
	width: 80px;
	float: left;
}
#homebutton:hover {
	background-image: url(hombutton.png);
	background-position: bottom;
	height: 32px;
	width: 80px;
	float: left;
}
#webdesignbutton {
	background-image: url(webdesignbutton.png);
	background-position: top;
	height: 32px;
	width: 170px;
	float: left;
}
#webdesignbutton:hover {
	background-image: url(webdesignbutton.png);
	background-position: bottom;
	height: 32px;
	width: 170px;
	float: left;
}
#hostingbutton {
	background-image: url(hostingbutton.png);
	background-position: top;
	float: left;
	height: 32px;
	width: 192px;
}
#hostingbutton:hover {
	background-image: url(hostingbutton.png);
	background-position: bottom;
	float: left;
	height: 32px;
	width: 192px;
}
#contactbutton {
	background-image: url(contactbutton.png);
	background-position: top;
	float: left;
	height: 32px;
	width: 90px;
}

#contactbutton:hover {
	background-image: url(contactbutton.png);
	background-position: bottom;
	float: left;
	height: 32px;
	width: 90px;
}
