* {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
	background-color: #000;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #CCC;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #CCC;
}
h1 {
	font-size: 28px;
	letter-spacing: -1px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 15px;
	color: #999;
	line-height: 17px;
}
h4 {
	font-size: 18px;
	color: #666;
}
.wrapall {
	width: 1024px;
	position: relative;
	top: 0px;
	left: 50%;
	margin-left: -512px;
}
.header-parent {
	width: 1024px;
	height: 175px;
	position: relative;
	margin: auto;
}
.child1 {
	position: absolute;
	top: 61px;
	left: 0px;
	width: 200px;	
	color: #666;
	text-align: right;
}
.child2 {
	position: absolute;
	top: 61px;
    left: 220px;
	color: #999;	
}
	
.child3 {
	position: absolute;
	top: 15px;
    left: 220px;
	
}
.child4 {
	position: absolute;
	top: 95px;
	left: 220px;
   
}
.child5 {
	position: absolute;
	top: 135px;
	left: 220px;
}
.child6 {
	position: absolute;
	top: 30px;
	left: 750px;
}
	
.img {
	width: 1024px;
	height: 763px;
	position: relative;
	margin: auto;
}
.caption {
	height: 40px;
	position: relative;
	margin-left:220px;
	margin-top: 30px;
	color: #666;
	display: inline-block;
	

}
.smallcaption {
	width: 1024px;
	height: 25px;
	position: relative;
	padding-left:230px;
	color: #999;
	padding-top: 8px;
	margin-top: 3px;
	font-style: italic;
	

}
.highlight {
	color: #999;
}
.seemore {
	display:inline-block;
	letter-spacing: -.5px;
	margin-left: 4px;
}
  
.footer-parent {
	width: 1024px;
	height: 320px;
	position: relative;
	margin: auto;
	color: #FF0;
}
.child7 {
	position: absolute;
	top: 161px;
	left: 0px;
	width: 200px;	
	color: #666;
	text-align: right;
}
.child8 {
	position: absolute;
	top: 161px;
    left: 220px;
	width: 550px;
	color: #999;	
}
	
.child9 {
	position: absolute;
	top: 115px;
    left: 220px;
	width: 200px;
	
}
.child10 {
	position: absolute;
	top: 195px;
	left: 220px;
	width:550px;
}
.child11 {
	position: absolute;
	top: 275px;
	left: 220px;
	width: 550px;
}
   