@charset "utf-8";

.container {
	background: url(images/giantsocial.png) no-repeat center 100px;
}

h3, h4 {
	color: #78472E;
}

.banner {
	padding: 0;
	margin: 0;
	display: block;
	height: 200px;
}

.content, .articles, .main, .testimonials { 
	border-color: #78472E;
}

.content {
	background: url(images/bgallcolsarticlessocial.png) no-repeat center bottom;
}

p.jumpto {
	position: absolute;
	top: 100px;
	left: 770px;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#navTiles a{
	display: block;
	width: 102px;
	height: 67px;
	text-align: center;
	margin: 0;
	padding-top: 25px;
}

a#copyTile {
	position: absolute;
	top: 212px;
	left: 764px;
	background: url(images/copyTile.png) no-repeat top left; 
	z-index: 3;
}

a#linkTile {
	position: absolute;
	top: 156px;
	left: 815px;
	background: url(images/linkTile.png) no-repeat top left; 
	z-index: 2;
}

a#designTile {
	position: absolute;
	top: 100px;
	left: 866px;
	background: url(images/designTile.png) no-repeat top left; 
	z-index: 1;
}

a#copyTile:hover, a#linkTile:hover, a#designTile:hover {
	background-position: -102px 0;
	z-index: 5; 
}