.rosie {
	color: #46b0be;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.rosie a {
	color: #46b0be;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

body {
	margin: 0;
}

#container {
	width: 1000px;
	height: 600px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}

#leftbox {
	width: 500px;
	height: 600px;
	position: absolute;
}

#rightbox {
	margin-left: 500px;
	width: 500px;
	height: 600px;
	position: absolute;
}

#header {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 439px;
	height: 97px;
}

#footer {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 439px;
	height: 97px;
	top: 60px;
}

#buttons {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 300px;
	top: 40px;
}

#adot {
	position: relative;
	width: 80px;
	height: 80px;
	display: block;
	background: url(../images/cornwall-dot.jpg) 0 -80px;
	
}

#adot:hover {
	position: relative;
	width: 80px;
	height: 80px;
	display: block;
	background: url(../images/cornwall-dot.jpg) 0 1px;
}

#bdot {
	position: relative;
	width: 80px;
	height: 80px;
	display: block;
	background: url(../images/croc-dot.jpg) 0 -80px;
	
}

#bdot:hover {
	position: relative;
	width: 80px;
	height: 80px;
	display: block;
	background: url(../images/croc-dot.jpg) 0 1px;
}

#cdot {
	position: relative;
	width: 80px;
	height: 80px;
	display: block;
	background: url(../images/devon-dot.jpg) 0 -80px;
	
}

#cdot:hover {
	position: relative;
	width: 80px;
	height: 80px;
	display: block;
	background: url(../images/devon-dot.jpg) 0 1px;
}

#edot {
	position: relative;
	width: 80px;
	height: 80px;
	display: block;
	background: url(../images/divine-dot.jpg) 0 -80px;
	
}

#edot:hover {
	position: relative;
	width: 80px;
	height: 80px;
	display: block;
	background: url(../images/divine-dot.jpg) 0 1px;
}

#fdot {
	position: relative;
	width: 80px;
	height: 80px;
	display: block;
	background: url(../images/dutch-dot.jpg) 0 -80px;
	
}

#fdot:hover {
	position: relative;
	width: 80px;
	height: 80px;
	display: block;
	background: url(../images/dutch-dot.jpg) -2px 1px;
}

#gdot {
	position: relative;
	width: 80px;
	height: 80px;
	display: block;
	background: url(../images/guide-dot.jpg) 0 -80px;
	
}

#gdot:hover {
	position: relative;
	width: 80px;
	height: 80px;
	display: block;
	background: url(../images/guide-dot.jpg) 0 1px;
}

#hdot {
	position: relative;
	width: 80px;
	height: 80px;
	display: block;
	background: url(../images/italian-dot.jpg) 0 -80px;
	
}

#hdot:hover {
	position: relative;
	width: 80px;
	height: 80px;
	display: block;
	background: white url(../images/italian-dot.jpg) no-repeat 0 2px;
}

#idot {
	position: relative;
	width: 80px;
	height: 80px;
	display: block;
	background: url(../images/underground-dot.jpg) 0 -80px;
	
}

#idot:hover {
	position: relative;
	width: 80px;
	height: 80px;
	display: block;
	background: url(../images/underground-dot.jpg) 0 0;
}

#jdot {
	position: relative;
	width: 80px;
	height: 80px;
	display: block;
	background: url(../images/mud-dot.jpg) 0 -80px;
	
}

#jdot:hover {
	position: relative;
	width: 80px;
	height: 80px;
	display: block;
	background: url(../images/mud-dot.jpg) 0 0;
}

#kdot {
	position: relative;
	width: 80px;
	height: 80px;
	display: block;
	background: url(../images/portugal-dot.jpg) 0 -80px;
	
}

#kdot:hover {
	position: relative;
	width: 80px;
	height: 80px;
	display: block;
	background: url(../images/portugal-dot.jpg) 0 1px;
}

#ldot {
	position: relative;
	width: 80px;
	height: 80px;
	display: block;
	background: url(../images/radio-times-dot.jpg) 0 -80px;
	
}

#ldot:hover {
	position: relative;
	width: 80px;
	height: 80px;
	display: block;
	background: url(../images/radio-times-dot.jpg) 0 1px;
}

#mdot {
	position: relative;
	width: 80px;
	height: 80px;
	display: block;
	background: url(../images/zara-dot.jpg) 0 -80px;
	
}

#mdot:hover {
	position: relative;
	width: 80px;
	height: 80px;
	display: block;
	background: url(../images/zara-dot.jpg) 0 1px;
}

#picbox {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 400px;
	height: 400px;
	top: 100px;
	display: block;
}



