* { margin: 0; padding: 0; border: none; }
body { text-align: center; background-color: #0a162b; }
#choose-city { width: 1000px; height: 750px; margin: 0 auto; text-align: left; }

#facebox {
	position: fixed; z-index: auto; top: 50px; left: 502px;  display: none; width:608px; border:10px solid rgba(82, 82, 82, 0.698);
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
#facebox { width: 608px; height: 200px; font-family:tahoma,verdana,arial,sans-serif; }
#facebox button { background: none; color: #fff; font-weight: bold; }
