body{
	background-color: #D0D0D0;
	font-family: arial, helvetica, sans-serif;
}

	header, main, footer, #page, article, address{
		display: block;
		overflow: hidden;
	}
	header, main, footer{
		
	}
	header{
		border-bottom: 1px solid black;
		padding: 0px;
	}
	footer{
		border-top: 1px solid black;
		padding: 0px;
	}
	#page{
		-webkit-box-shadow: 8px 10px 26px -1px rgba(0,0,0,0.58);
		-moz-box-shadow: 8px 10px 26px -1px rgba(0,0,0,0.58);
		box-shadow: 8px 10px 26px -1px rgba(0,0,0,0.58);
		width: 1095px;
		margin: 0 auto;
		border-radius: 20px 20px 0px 0px;
	}
	#title{
		background-color: black;
		color: white;
		padding: 10px 20px;
		border-radius: 20px 20px 0px 0px;
	}
	#banner{
		padding: 0px;
	}
	main{
		background-color: white;
	}
	main h1{
		margin-left: 200px;
		font-size: 20px;
		margin-bottom: 30px;
		margin-top: 50px;
	}
	article{
		margin-left: 250px;
		margin-bottom: 50px;
		padding-top: 5px;
	}
	article a{
		font-weight: bold;
		color: black;
	}
	address{
		font-style: normal;
	}
	.button{
		width: 74px;
		height: 74px;
		opacity: 0.7;
		margin-top: -5px;
		margin-right: 20px;
		display: block;
		float: left;
	}
	.button:hover{opacity: 1; transition: transition: opacity 2s;}