* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #262626 url(/img/home_bkg.png) repeat-x;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
}

#home {
	width: 920px;
	margin: 0 auto;
	background: url(/img/home_barcodelogo.jpg) no-repeat top center;
	height: 550px;
	position: relative;
	text-align: left;
}

#leftp {
	position: absolute;
	right: 620px;
	bottom: 300px;
	text-align: right;
}

#rightp {
	position: absolute;
	left: 620px;
	bottom: 300px;
}

a {
	color: #be0101;
}

#footer {
	position: absolute;
	bottom: 10px;
	font-size: 11px;
	color: #333;
	width: 100%;
	line-height: 13px;
}

#footer a {
	color: #444;
	letter-spacing: 1px;
}