* {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
	background-color: #FFF;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #666;
}
h1 {
	font-size: 50px;
	font-weight: 400;
	color: #FFF;
	height: 100px;
	width: 1440px;
	position: fixed;
	margin-left: 462px;
	padding-top: 10px;
}

h2 {
	font-size: 140px;
	line-height: 140px;
	font-weight: 400;
	
}
h3 {
	font-size: 90px;
	line-height: 80px;
	font-weight: 400;
	text-align: center;
	
}
h4 {
	font-size: 100px;
	line-height: 90px;
	font-weight: 400;
	text-align: center;
	}
	
p {
	color: #000;
	text-align: center;

}
#wrapall {
	position: absolute;
	top: 30%;
    left: 50%;
    width: 900px;
    height: 640px;
    margin-top: -218px; /*set to a negative number 1/2 of your height*/
    margin-left: -450px; /*set to a negative number 1/2 of your width*/
	
}
#introtext {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
}

#extras {
	font-size: 12px;
	line-height: 22px;
	float: left;
	margin-left: 20px;
	margin-top: 568px;
}

#menu {
	font-size: 12px;
	line-height: 22px;
	float: right;
	margin-right: 20px;
	margin-top: 573px;
}

#line {
	margin-top: 540px;
	position: absolute;
	left: 0px;
	z-index: 10;
	color: #F00;
}

