div#page {
	height:			100%;
	text-align: 		center;
	background:		lightgrey;
	padding-top:		50px;
}

div#main {
	width:			800px;
	text-align:		center;
	margin-left:		auto;
	margin-right:		auto;
	padding:		1px;
	border:			solid 1px black;
	border-radius:		5px;
	font-family:		Arial;
	font-size:		16px;
	font-style:		normal;
	font-weight:		normal;
	box-shadow:		0 0 8px rgba(0, 0, 0, 0.4);
}

div#header {
	background-image: 	url(images/header.jpg);
	height: 		108px;
	width: 			100%;
}

div#footer {
	background-image: 	url(images/footer.jpg);
	height: 		108px;
	width: 			100%;
}

div#body {
	background-image: 	url(images/background.jpg);
	width: 			100%;
}

a {
	color:			blue;
	text-decoration:	none;
}
