html, body{
	width:100%;
	height:100%;
}
body{
	background:url('IntroBack.png') no-repeat;
	background-size:cover;
	background-position: center; 
	margin: 0;
}
.main{
	width: 60%;
	margin: 0 15%;
	padding: 5%;
	background-color: rgba(255, 255, 255, 0.4);;
	height: 100%;
}
a{
	color: chocolate;
}