/* CSS Document */


body {
	background: #000000;
	background-image: url(top.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	line-height: 24px;
	padding:0;
	margin: auto 0;
}

img {
	border:0px;
}

#button {
	width:100%;
	margin-left: 0;
	margin-right: 0;
	text-align:center;
	background-image: url(viewpricelist.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0;
	margin-top: 276px;
	height: 150px;
}

#contact {
	width:100%;
	margin-left: 0;
	margin-right: 0;
	text-align:center;
	padding: 0;
	margin-top: 30px;
	height: 80px;
}

.blue {
	color:#0093d0;
}

a:link, a:visited, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	text-decoration: none;
}


a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#0093d0;
	font-size:12px;
	text-decoration: underline;
}




