* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
}

a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	border: 0px;
	border-bottom: 2px;
	border-style: solid;
}

#main {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	margin: 0px auto;
}

#top {
	background-image: url("images/bg.png");
	background-position: bottom center;
	padding-bottom: 20px;
}

#middle {
	background-image: url("images/bg.png");
	vertical-align: top;
	min-width: 840px;
}

#left {
	width: 50%;
	background-image: url("images/bg.png");
	background-position: top right;
}

#right {
	width: 50%;
	background-image: url("images/bg.png");
	background-position: top left;
}

#bottom {
	background-image: url("images/bg.png");
	background-position: top center;
}

.box {
	width: 210px;
	height: 210px;
	float: left;
}

.box:hover div.boxcontent {
	visibility: visible;
}

.boxcontent {
	padding: 15px;
	width: 180px;
	height: 180px;
	font-family: georgia;
	font-size: 14px;
	visibility: hidden;
}

.boxcontent p {
	text-align: left;
	margin-bottom: 12px;
}
