#showcase {
	width:502px;
	height:150px; 
	left:14px;
	top:2px;
}
#buttons {
	width: 522px;
	height: 132px;
}
#welcome_text {
	width: 295px;
	height:265px;
	position:relative;
	left:-8px;
	top:0px;
	-moz-border-radius: 10px; /* must be the same as -webkit-border-radius */
	-webkit-border-radius: 10px; /* must be the same as -moz-border-radius */
	border: 1px solid #999999;
	font-family: Tahoma;
	font-size: 14px;
	text-align: left;
	margin: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 8px;
}
.slideshow {
}

