body {
	background: url(Images/background.png);
	background-size: 100%;
	background-repeat: repeat;
}
#logo {
	margin-left: 20%/*400px*/;
	display: inline-block;
}
#address {
	display: inline-block;
	width: 250px;
	margin-left: 20%;
	margin-top: 0px;
}
#address p {
	font-family: Verdana, Arial;
	font-weight: bold;
}
.container {
	display: block;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1%;
	
}
#header a {
	text-decoration: none;
	font-size: 24px;
	font-family: Verdana, Arial;
	color: black;
	font-weight: bold;
}
#header a:hover {
	color: white;
}
#info {
	display: block;
	background-color: #eeeeee;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 1000px;
	border: 1px solid #4d4dff;
	border-radius: 1px;
}
#info h1{
	font-family: Georgia, Century, Verdana, Arial;
	font-weight: bold;
	color: #2f2f2f;
	font-size: 30px;
}
h1 {
	text-align: center;
}
#info img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#footer div a {
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Arial;
	font-weight: bold;
	color: black;
}
#footer .container {
	margin-top: 20px;
	width: 28%;
}
#footer a:hover {
	color: #555555;
}
#footer p {
	text-align: center;
	font-size: 12px;
	color: black;
}