/* CSS Document */
img, div, hr, h1, h2, a { behavior: url(js/iepngfix.htc); border: none; }

a {
	color: #666666;
	}

body {
	font-family:Arial, Helvetica, sans-serif;
	padding: 20px;
	font-size:11px;
	color: #666;
	}
	
#container {
	position:relative;
	margin: 0 auto;
	width: 560px;
	padding: 20px;
	border:1px solid white;
	background: #C6ECE3;
	}
	
h2 {
	font-size: 12px;
	font-variant:small-caps;
	background:white;
	}
	
.popup-list {
	float: left;
	width: 150px;
	height: 550px;
	margin: 25px 10px;
	padding: 0 5px 0 10px;
	border-left: 1px solid white;
	text-align:center;
	}
	
.popup-list-shops {
	float: left;
	width: 150px;
	height: 100%;
	margin: 25px 10px;
	padding: 0 5px 0 10px;
	border-left: 1px solid white;
	text-align:center;
	}
	
#logo {
	position:relative;
	margin: 0px auto;
	padding: 0;
	width: 150px;
	height: 89px;
	}
	
div.spacer {
  clear: both;
  }

#footer {
	width: 100%;
	text-align:center;
	margin: 0 auto;
	padding-top:10px;
	border-top: 1px solid white;
	clear:both;
	letter-spacing: 1px;
	}
