#welcome {
	background-color: #333333;
	font-size: 2em;
	color: #000033;
	font-weight: 500;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*
    background-image: url(/images/main/summer-3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
    */
	padding-left: 30px;
	z-index: -1;
	text-align: right;
	height: 470px;
}
#welcome #RandContainer {
	position: relative;
	top: 20px;
	right: 20px;
	left: auto;
	width: 270px;
	float: right;
}
#welcome .RandProd {
	width: 120px;
	background-color: #FFFFFF;
	border: 2px solid #000033;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#welcome .RandProd p {
	font-size: 38%;
	text-align: center;
	margin-bottom: 8px;
}
