/* The Meet the Author posters use this basic structure */

body  {
	height:750px;
	width: 600px;
	border:1px solid #000000;
}

#title  {
	position:absolute;
	top: 15px;
	width:  600px;
	text-align: center;
	font-size: 40px;
}

#subtitle {
	position: absolute;
	top: 65px;
	width: 600px;
	text-align: center;
	font-size: 32px;
}

#Author  {
	position: absolute;
	top: 120px;
	width: 400px;
	left: 20px;
	font-size: 34px;
}

#time  {
	position: absolute;
	top: 240px;
	width: 400px;
	font-size: 24px;
	left: 20px;
}

#place  {
	position:absolute;
	top:360px;
	width: 400px;
	font-size:24px;
	left: 20px;
}

#bio  {
	position:absolute;
	top: 440px;
	width: 500px;
	font-size: 24px;
	left: 20px;
}
.leftFloat {
	float: left;
	margin:5px;
}

#book {
	position: absolute;
	top: 550px;
	width: 600px;
	font-size: 28px;
	left: 20px;
}
.purchase  {
	width:250px;
	font-size:20px;
}

#bookcover {
	position:absolute;
	top: 140px;
	left: 360px;
}

#bottom  {
	position: absolute;
	top: 700px;
	left: 5px;
	font-size: 24px;
	left: 20px;
}

#ASULogo  {
	position: absolute;
	top: 700px;
	left:400px;
}
