body{
	background-color:#fff;
	background-image:url(../img/background.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover
}

main{
	color:#000;
	font-size:20px;
	text-align:center;
	width:1000px;
	height:400px;
	margin:auto;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0
}

a{
	color:#000;
	text-decoration:none
}