/* CSS Document */
	
#welcome {
	background: url(../images/welcome_bg.jpg) no-repeat;
	height: 428px;
	width: 460px;
}

#productionLink {
	width: 125px;
	height: 75px;
	float: left;
	top: 198px;
	left: 100px;
	position: relative;
}

#productionLink a {
	background:url(../images/production_hp_btn.gif) left top;
	width: 125px;
	height: 75px;
	display: block;
	outline: none;
}

#productionLink a:hover {
	background-position: right;
}

#distributionLink {
	width: 125px;
	height: 75px;
	float: left;
	top: 198px;
	left: 109px;
	position: relative;
}

#distributionLink a {
	background:url(../images/distribution_hp_btn.gif) left top;
	width: 125px;
	height: 75px;
	display: block;
	outline: none;
}

#distributionLink a:hover {
	background-position: right;
}
