html, body {height:100%;width:100%;}
	body {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	padding:0;
	margin:0;
	/***/
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #00A664 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#00A664)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#00A664',GradientType=0 ); /* ie */
}
.outerwrap {
	background:#ffffff;
	border:5px solid #00A664;
	padding:10px;
	margin:100px auto;
	width:500px;
	position:relative;
	/***/
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-webkit-box-shadow: 5px 5px 5px #105442;
	-moz-box-shadow: 5px 5px 5px #105442;
	box-shadow: 5px 5px 5px #105442;
}
.elogoLink {
	background:#00A664;
	display:block;
	padding:20px;
	margin:-12px 10px 10px -12px;
	width:200px;
	/***/
	border-radius:20px 0 20px 0;
	-moz-border-radius:20px 0 20px 0;
	-webkit-border-radius:20px 0 20px 0;
}
.elogoLink img {
	border:5px solid #ffffff;
}
.LucaslogoLink img {
	border:none;
	margin:20px 0;
}
.titleWrap {
	float:right;
	width:260px;
	height:300px;
	text-align:center;
}
.title {
	color:#007C4A;
	font-size:22px;
	padding:0 5px;
	margin:0;
	text-align:center; 
}
.content {
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	padding:10px;
	margin:0 0 0 0;
	width:209px;
	height:190px;
	text-align:center;
	/***/
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	background: #00A664; /* old browsers */
	background: -moz-linear-gradient(top, #00A664 0%, #007C4A 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00A664), color-stop(100%,#007C4A)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00A664', endColorstr='#007C4A',GradientType=0 ); /* ie */
	text-shadow: 2px 2px 2px #000000;
	filter: dropshadow(color=#000000, offx=2, offy=2); 
}
.content a {
	display:block;
	color:#ED1B2E;
	margin:20px auto;
	padding:10px;
	text-align:center;
	text-decoration:none;
	width:150px;
	/***/
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	background: #F8B90E; /* old browsers */
	background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabb), color-stop(50%,#fccd4d), color-stop(51%,#f8b500), color-stop(100%,#fbdf93)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* ie */
	text-shadow: 1px 1px 1px #B7860B;
	filter: dropshadow(color=#B7860B, offx=1, offy=1);
}
.banner {
	display:block;
	margin:20px auto 0 auto;
	width:432px;
}
.banner img {border:none;}