@charset "utf-8";
/* top.css */

#logo {
	background-image: url(../images/Header.png);
	background-repeat: no-repeat;
	width: 1030px;
	height: 135px;
	overflow-x: hidden;
}

#logo h1, #logo h2 {
	position: absolute;
	top: -500px;
}

.title_hotspot {
	text-decoration: none;
    width: 812px; height: 77px;
	background:transparent;
    position: absolute;
    top: 8px; 
    margin-left: 189px;
	border: none; 
}

.address {
	margin: 0 auto;
	text-decoration: none;
	background:transparent;
    position: absolute;
    top: 100px; 
    margin-left: 270px;
	border: none;
	color: #000000;
}

.phone {
	text-decoration: none;
	background:transparent;
    position: absolute;
    top: 100px; 
    margin-left: 800px;
	border: none;
	color: #000000;
}