@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #FFD8A9;
	background-color: #cc0000;
	margin: 0;
	text-align: center;
	overflow: visible;
	min-width: 1000px;
}
.one {
	position: absolute;
	left: 32px;
	top: 36px;
}
#container  {
	width: 1000px;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	position: relative;
	visibility: visible;
	overflow: visible;
	background-image: url(Design/Assets/Quote_Images/JKQuoteBk.jpg);
	background-repeat: no-repeat;
	background-position: center top;
} 
#header  {
	height: 250px;
	position: relative;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
} 
#mainContent  {
	position: relative;
	text-align: justify;
	margin: 0px auto;

} 
#mainContent   h1   {
	padding-right: 20px;
	padding-left: 20px;
	font-size: 22px;
	text-align: center;
	font-family: "Busorama Md BT", Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}
#mainContent  h2  {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}
#footer  {
	padding: 0 10px 0 20px;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.quotebtn {
	position: absolute;
	left: 511px;
	top: 106px;
}
.home {
	position: absolute;
	left: -26px;
}

.design {
	position: absolute;
	left: 202px;
	top: 200px;
}
.web {
	position: absolute;
	left: 392px;
	top: 181px;
}
.hosting {
	position: absolute;
	left: 557px;
	top: 173px;
}

.mystery {
	position: absolute;
	left: 677px;
	top: 171px;
}
