/* HTML elements */
body {
	margin: 0;
	padding: 0;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
	background-color: #fff;
}

img {
	border: 0;
}

a {
	color: #000;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Named Divs */
#wrapper {
	width: 790px;
	height: 940px;
	margin: 0 auto;
	font-size: 12px;
	text-align: left;
	background-image: url(../grfx/back.page.jpg);
	position: relative;
}

#boxFooter {
	width: 770px;
	margin: 0 auto;
	font-size: 11px;
}

#boxWhat {
	top: 225px;
	left: 415px;
	width: 350px;
	line-height: 1.5em;
	position: absolute;
}

#boxHow {
	top: 556px;
	left: 415px;
	width: 350px;
	line-height: 1.5em;
	position: absolute;
}

#boxWhy {
	top: 556px;
	left: 30px;
	width: 350px;
	line-height: 1.5em;
	position: absolute;
}

#slideGuests {
	top: 100px;
	left: 415px;
	width: 350px;
	height: 50px;
	position: absolute;
}

#slideForum {
	top: 435px;
	left: 30px;
	width: 350px;
	height: 75px;
	position: absolute;
}