* {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
	background-color: #000;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #999;
	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;
	color: #666;
}
h3 {
	font-size: 15px;
	color: #999;
	line-height: 17px;
}
h4 {
	font-size: 12px;
	line-height: 4px;
	color: #666;
}	
.wrapall {
	width: 1024px;
	position: relative;
	top: 0px;
	left: 50%;
	margin-left: -512px;
}
.header-parent {
	width: 1024px;
	height: 200px;
	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: 95px;
	left: 0px;
	width: 200px;
	text-align: right;
}
.child6 {
	position: absolute;
	top: 15px;
	left: 180px;
}	
.hamburger {
	width: 18px;
    height: 2px;
    background-color: #666;
    margin: 4px 3px;
}
#left {
	width: 367px;
	height: 2050px;
	display: inline-block;
	margin-left: 220px;
}
#right {
	width: 367px;
	height: 2050px;
	display: inline-block;
	float: right;
	margin-right: 50px;

}
p {
	font-size: 14px;
	line-height: 22px;
	color:#999;
	width: 367px;
	padding-top: 5px;
	padding-bottom: 15px;
}
.footer-parent {
	width: 1024px;
	height: 230px;
	position: relative;
	z-index: 1;
	margin: auto;
	color: #FF0;
}
.child7 {
	position: absolute;
	top: 61px;
	left: 0px;
	width: 200px;	
	color: #666;
	text-align: right;
}
.child8 {
	position: absolute;
	top: 61px;
    left: 220px;
	color: #999;	
}	
.child9 {
	position: absolute;
	top: 160px;
    left: 220px;	
}
.child10 {
	position: absolute;
	top: 95px;
	left: 220px;
}
.child11 {
	position: absolute;
	top: 95px;
	left: 0px;
	width: 200px;
	text-align: right;
}
   