html {
	height:		100%;
}
body {
	background:	#ccf;
	overflow:	hidden;
	font-family:	"Verdana";
	background:	#ddf;
	margin:		0px 0px;
	height:		100%;
	width:		100%;
}

.xouter {
	margin-top:	2%;
	height:		100%;
	width:		100%;
	display:	table;
	vertical-align:	middle;
}

.xcontainer {
	display:	table-cell;
	vertical-align:	middle;
}

.xinner {
	position:	relative;
	left:		50%;
	float:		left;
}

.top {
	position:	absolute;
	top:		0px;
	left:		0px;
	width:		100%;
	height:		30%;
}

.title {
	position:	relative;
	font-size:	20pt;
	color:		blue;
	left:		-50%;
	text-align:	center;
}

.author {
	font-size:	12pt;
	color:		black;
}

.slide {
	text-align:	left;
	color:		black;
	font-size:	18pt;
	left:		-50%;
	position:	relative;
}
