body {
	padding: 0px;
	margin: 0px;
	background-image: url(../images/front_page.png);
	background-color: #00a3e4;
	background-position: 50% 60%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-size: 0.7em;
	font-family: verdana, helvetica, arial, sans-serif;
}

#container {
	width: 100%;
	bottom: 10px;
	position: absolute;
	text-align: center;
}

#pricelist {
	width: 100%;
	top: 5px;
	right: 15px;
	position: absolute;
	text-align: right;
}

p {
	margin: 5px 0 10px;
	padding: 0;
	line-height: 1.125em;
	color: #ffffff;
}

b, strong {

}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	text-decoration: underline;
}

img {
	float: right;
	padding-left: 5px;
	padding-top:5px;
	border: none;
}
	
