* { margin: 0; padding: 0; }
img { border: 0; }

body {
	font-family: arial, verdana, sans-serif;
	font-size: 62.5%;
	line-height: 1.2;
	color: #93A2B2;
	text-align: center;
	background: #000 url(../images/container-bg-60.jpg) no-repeat top center;
}

a:link, a:visited, a:hover {
	/*color: #FFF;*/
	color: #93A2B2;
}

#container {
	position: relative;
	width: 778px;
	height: 475px;
	margin: 133px auto 0 auto;
	text-align: left;
}

#branding {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 199px;
	height: 85px;
	overflow: hidden;
	text-indent: -999em;
	background: url(../images/branding-skillz-systems2.png) no-repeat 0 0;
}

#contact a {
	position: absolute;
	top: -8px;
	right: 150px;
	width: 120px;
	height: 45px;
	overflow: hidden;
	text-indent: -999em;
	background: url(../images/h4-contact-us.png) no-repeat 0 0;
}

#news {
	position: absolute;
	top: 90px;
	left: 300px;
	width: 90px;
}
#news h2 {
	width: 90px;
	height: 60px;
	overflow: hidden;
	text-indent: -999em;
	background: url(../images/h2-news.png) no-repeat 0 0;
}
#news p {
	margin: -5px 0 0 12px;
}

#about {
	position: absolute;
	top: 90px;
	left: 393px;
	width: 120px;
}
#about h2 {
	width: 120px;
	height: 60px;
	overflow: hidden;
	text-indent: -999em;
	background: url(../images/h2-about.png) no-repeat 0 0;
}
#about ul {
	margin: -15px 0 0 0;
	width: 131px;
	height: 66px;
	overflow: hidden;
	text-indent: -999em;
	background: url(../images/ul-about.png) no-repeat 0 0;
}

#testimonials {
	position: absolute;
	top: 90px;
	left: 515px;
	width: 225px;
}
#testimonials h2 {
	width: 140px;
	height: 40px;
	overflow: hidden;
	text-indent: -999em;
	background: url(../images/h2-testimonials.png) no-repeat 0 0;
}
#testimonials p {
	margin: -7px 0 0 12px;
}
#test2, #test3 {
	display: none;
}
#testimonials strong {
	display: block;
	text-align: right;
}

#quickstickz {
	position: absolute;
	bottom: 5px;
	left: 285px;
	width: 130px;
	height: 65px;
	overflow: hidden;
	text-indent: -999em;
	background: url(../images/h4-quickstickz.png) no-repeat 0 0;
}

#copyright {
	position: absolute;
	bottom: 30px;
	left: 60px;
	color: #23365B;
}

