* {
	margin: 0px;
	padding: 0px
}
html {
	background-image: url('./images/graphbg.jpg');
	background-position: top center;
	background-color: #fff;
	height: 100%;
  	font-style: normal;
  	font-weight: normal;
  	font-size: 13px;
  	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
  	color: #fff;
}
body{
	position: relative;
	text-align: center;
	width: 767px;
	margin: 0px auto;
	z-index: 1;
}
#logo {
	position: relative;
	top: 22px;
	width: 600px;
	margin: 0px auto;
	height: 160px;
	background-image: url('./images/logo.png');
	background-repeat: no-repeat;
}
a.welcome {
	position: absolute;
	display: block;
	top: 35px;
	left: 5px;
	display: block;
	width: 590px;
	height: 66px;
	cursor: pointer;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #4c4c4c;
}
p {
	padding-bottom: 20px;
}
img {
	border: 0px;
}
img.webdesignlink {
	position: absolute;
	display: block;
	top: 133px;
	left: 34px;
	cursor: pointer;
	z-index: 4;
}
img.webdesignlink:hover {
	background: url('./images/webhover.png') center no-repeat;
}
img.graphicdesignlink {
	position: absolute;
	display: block;
	top: 133px;
	right: 33px;
	cursor: pointer;
	z-index: 4;
}
img.graphicdesignlink:hover {
	background: url('./images/graphichover.png') center no-repeat;
}
#content {
	position: relative;
	width: 767px;
	min-height: 200px;
	margin: 0px auto;
	background-image: url('./images/contentbg3.png');
	background-repeat: repeat-y;
	background-position: center;
	z-index: 1;
}
#thebox {
	position: relative;
	min-height: 200px;
	padding-top: 5px;
	padding-bottom: 60px;
	width: 640px;
	margin: 0px 20px 0px 70px;
	z-index: 1;
}
img.gdexamples {
	margin: 20px 100px 0px 100px;
	padding: 0px;
	text-align: center;
}
p.center {
	text-align: center;
}

p.left {
	text-align: left;
}
#top {
	position: relative;
	width: 767px;
	height: 45px;
	margin: 0px auto;
	margin-top: -10px;
	padding: 0px;
	background-image: url('./images/contenttop3.png');
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}
#copyright {
	position: relative;
	top: 28px;
	right: 40px;
	color: #000;
	text-align: right;
	font-size: 10px;
}
#copyright a {
	color: #000;
}
#copyright a:hover{
	color: #000;
}
#bottom {
	position: relative;
	width: 767px;
	height: 45px;
	top: 0px;
	margin: 0px auto 23px auto;
	padding: 0px;
	background-image: url('./images/contentbottom3.png');
	background-position: center;
	background-repeat: no-repeat;
}
img.colossians {
	position: absolute;
	bottom: 0px;
	left: 90px;
}
