#legal-content {
	position: relative;
	left:1px;
	top: 250px;
	height: 228px;
	width:278px;
	z-index:5;
	padding: 10px;
    -webkit-transform-style: preserve-3d; /* Chrome, Safari, Opera */   
    transform-style: preserve-3d;
    transform:translate3d(0px,0px,1px);
    -webkit-transform:translate3d(0px,0px,1px);
}

#btn-close {
	margin-bottom: 20px;
	cursor: pointer;
	display: inline-block;
	z-index: 2;
	position: relative;
}

#legal-txt {
	position: absolute;
	z-index: 2;
}

#legal-background {
	position: absolute;
	left:1px;
	top: 250px;
	height: 250px;
	width:300px;
	background-color: #fff;
	z-index: 1;
}

#logo-vanguard-legal {
	position: absolute;
	top: 198px;
    left: 136px;
	z-index: 2;
}

