@charset "utf-8";
body {
	background-color: #000000;
	text-align: center;
	margin: 15px;
}
#main {
	position:relative;
	width: 720px;
	text-align:left;
	margin: 0 auto 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 14px;
}
.background {
	background-image: url(graphics/background.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	background-size: cover;
	display: block;
		width: 940px;
		height: 600px;
	position: absolute;
	margin-left: -10px;
}

a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-weight: bold;
	color: #000000;
}
a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
#logo {
	position:absolute;
	left: 23px;
	top: 13px;
}	
#search {
	position: absolute;
	left: 484px;
	top: 215px;
}	

#qr {
	display: block;
	padding: 10px;
	margin-top: 320px;
	margin-left: 150px;
	z-index: 100;
	position: absolute;
	}
#qr img {
	
	}
#qr p {
	margin-left: 130px;
	margin-top: -120px;
	max-width: 130px;
	font-size: 16px;
	font-weight: bold;
	}
#address{
	position: absolute;
	left: 115px;
	top: 101px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#b9b5b5;
	width: 280px;
	font-weight: bold;
	}
#phone {
	position:absolute;
	left: 302px;
	top: 55px;
	width: 242px;
}
#info {
	position:absolute;
	width: 130px;
	left: 39px;
	top: 157px;
	height: 238px;
}
#text {
	position:absolute;
	left: 156px;
	top: 193px;
	width: 340px;
	font-size: 12px;
	font-weight: bold;
}
#ccards {
	position: absolute;
	left: 160px;
	top: 480px;
	
}
#history {
	position: absolute;
	left: 150px;
	top: 151px;
	font-weight: bold;
	
}
#copy {
	position:absolute;
	left: 200px;
	top: 543px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #000;
	font-weight: bold;
}	

#search ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 350px;
}
#search a {
	color: inherit;
	text-decoration: none;
}
#search ul li {
	background: #333; /* Old browsers */
	background: -moz-linear-gradient(top, #aaa 0%, #666 49%, #333 51%, #000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #aaa 0%, #666 49%, #333 51%, #000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #aaa 0%, #666 49%, #333 51%, #000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaa', endColorstr='#000',GradientType=0 ); /* IE6-9 */
	border-radius: 7px;
	color: #fff;
	display: block;
	margin: 2px auto;
	padding: 10px;
	text-align: center;
	height: 27px;
	font-size: 22px;
}
#search ul li:hover {
	background: #00f; /* Old browsers */
	background: -moz-linear-gradient(top, #fcc 0%, #f00 49%, #c00 51%, #600 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fcc 0%, #f00 49%, #c00 51%, #600 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fcc 0%, #f00 49%, #c00 51%, #600 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='fcc', endColorstr='#600',GradientType=0 ); /* IE6-9 */
}