* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Arial;
	color: #000;
}
.nav {
	background-color: #ccc;
	width: 100%;
	height: 120px;
	color: black;
	font-size: 20px;
}

#bannerTop {
	width: auto;
	height: 50%;
	position: relative;
}

a:link {
	text-decoration: none;
	height: 60px;
	width: auto;
	position: absolute;
	top: 60px;
	transition: color 0.25s;

}

a:hover {
	color: #fff;
}

#home {
	left: 20px;
}

#prod {
	left: 90px;
}

#biz {
	left: 230px;
}

#cont {
	left: 470px;
}

#gal {
	left: 600px;
}



#info {
	background-color: #e6ccff;
	width: 100%;
	height: 900px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	color: #000;
}

#title {
	position: absolute;
	top: 130px;
	left: 20px;
}

#desc {
	position: absolute;
	top: 190px;
	left: 20px;
}

#priceh {
	position: absolute;
	top: 300px;
	left: 120px;
}

#price {
	position: absolute;
	top: 300px;
	left: 200px;
}

#pic1 {
	position: absolute;
	top: 150px;
	left: 700px;
}

#pic2 {
	position: absolute;
	top: 500px;
	left: 700px;
}

#pay {
	position: absolute;
	top: 300px;
	left: 300px;
}

#sculpt {
	position: absolute;
	top: 600px;
	left: 400px;
}

#paypal-button-container {
	position: absolute;
	top: 350px;
	left: 100px;
}

#footer {
	background-color: #ccbade;
	width: 100%;
	height: 50px;
	position: absolute;
	top: 980px;
}
