* {
	margin: 0;
	padding: 0;
	border-width: 0;
}
#header {
	height: 250px;
	width: 100%;
	background-color: #ffffff;
	position: absolute;
	z-index: 2;
}

#header img{
	left: 50%;
	top:50%;
	transform: translate(-50%, -50%);
	position: absolute;

}

#headerBottom {
	height: 50px;
	background-color:black;
	width: 100%;
	top: 250px;
	position: absolute;
	z-index: 2;
}

main {
	position: absolute;
	top: 350px;
	left: 350px;
}
.content {
	width: 500px;
	padding-left: 150px;
	padding-top: 20px;
	
}
.gif {
	top: 50%;
	position: fixed;
	width: 264px;
	left: 5.4%;
	height: 160px;
	background: #c3c3c3;
	z-index: 2;
	margin-top: -65px;
	display: none;
}

#menuWrapper{
	left: 50%;
	top:50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

.menuPoint{
	height: 50px;
	color: white;
	float: left;
	padding-left: 46px;
	line-height:50px;
	font-family: 'Helvetica Neue',Helvetica,sans-serif,sans,Arial,Verdana;
}

.menuPoint:first-child
{
	padding-left: 0px;
}

.menuPoint a:hover{
	border-bottom: 2px solid red; 
	float: left;
	margin-top: -2px;
}

.menuPoint a{
	text-decoration: none;
	color: white;
}