body{
	background: #f8f8f8;
	min-height: 800px;
}
#background{
	position: relative;

}
#boarder{
	position: relative;
	width: 100%;
	height: 100%;

}
.framewrap{
	width: 700px;
	height: 1100px;
	padding: 0;
	overflow: hidden;
}
.frame{
	position: relative;
	width: 100%;
	height: 900px;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: none;
	overflow: hidden;
}
#header{
	position: relative;
	width: 100%;
	height: 164px;
	background: url('../images/banner.png');
	background-repeat: no-repeat;
	background-position: center center;
	top: 7%;
	z-index: 1;
}
#banner{
	position: absolute;
	width: 100%;
	height: 575px;
	background-repeat: no-repeat;
	background-position: bottom center;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#seattlecity{
	position: relative;
	margin: 0 auto;
	width: 220px;
	height: 50px;
	top: 200px;
	left: -320px;
}
#seattleflag{
	width: 75px;
}
#stockholmcity{
	position: relative;
	margin: 0 auto;
	width: 220px;
	height: 50px;
	top: 100px;
	left: 150px;
}
#stockholmflag{
	width: 100px;
}
.circle{
	border-radius: 50%;
	width: 10px;
	height: 10px;
	margin: 5px;
	background-color: #ff4b10;
	border: 5px solid white;
	float: left;
	bottom: 0px;
	-moz-box-shadow:    
	 			0px 2px 0px #a6a9ab,
	 			0px 8px 8px rgba(0,0,0,0.2);
	-webkit-box-shadow: 
	 			0px 2px 0px #a6a9ab,
	 			0px 8px 8px rgba(0,0,0,0.2);
	 box-shadow:
	 			0px 2px 0px #a6a9ab,
	 			0px 8px 8px rgba(0,0,0,0.2),

}
.flag{
	height: 20px;
	text-transform: uppercase;
	letter-spacing: 2pt;
	line-height: 20pt;
	font-size: 16pt;
	color: #9fb2b6;
	float: left;
	margin: 3px;
	background-color: white;
	padding: 2px 8px 5px 8px;
	cursor: pointer;

}

.circle{
	
}
#cta{
	width: 100%;
	height: 50px;
	position: absolute;
	font-family: "Bodoni MT",Times;
	font-weight: 200;
	color: #a7b4b5;
	text-transform: uppercase;
	letter-spacing: 2pt;
	line-height: 20pt;
	font-size: 9pt;
	text-align: center;
	bottom: 15%;
}
#footer{
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 10px;
	font-family: 'DharmaGothic', "Helvetica Neue Light","Helvetica Neue", sans-serif;
	font-weight: 200;
	color: #a7b4b5;
	text-transform: uppercase;
	letter-spacing: 2pt;
	line-height: 20pt;
	font-size: 9pt;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
}

/* Phones ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { 
	body{
		background-repeat: repeat;
		padding: 0px;
	}
	#boarder{
		position: relative;
		width: 100%;
		height: 100%;
		border: 0px solid #e09875;
	}
	#header{
		position: relative;
		width: 832px;
		height: 363px;
		margin: 0 auto;
		top: 100px;
		background: url('../images/banner_m.png');
		background-repeat: no-repeat;
		background-position: center center;
		z-index: 1;
	}
	#cta{
		width: 100%;
		height: 50px;
		position: absolute;
		font-family: "Bodoni MT",Times;
		font-weight: 200;
		color: #a7b4b5;
		text-transform: uppercase;
		letter-spacing: 2pt;
		line-height: 20pt;
		font-size: 14pt;
		text-align: center;
		bottom: 15%;
	}
	
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {


	body{
	background-repeat: repeat;
	}
	#header{
	position: relative;
	width: 450px;
	height: 129px;
	margin: 0 auto;
	background: url('../images/banner_l.png');
	background-repeat: no-repeat;
	background-position: center center;
	top: 0px;
	z-index: 1;
	}
}