#welcome {
	text-align: center;
	color: #fff;
	font-size: 13pt;
	padding-top: 40px;
	line-height: 32px;
}
#welcome span {
	font-weight: bold;
}
#welcome a {
    color: #fff;
    text-decoration: none;
}
#welcome a:hover {
    text-decoration: underline;
}
#productfloat {
	position: absolute;
	left: 50%;
	margin-left: -369px;
	top: 389px;
	width: 738px;
	height: 146px;
	background-image: url(img/products.jpg);
}

