@charset "UTF-8";
/* CSS Document */

body, html {height: 100%;}

body {margin: 0; padding: 0;}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}

#outer {width: 100%; height:100%; position:relative;}
#middle {width: 100%; text-align: center;position: absolute; top: 50%;}
#inner {width: 700px; margin-left: auto; margin-right: auto; text-align: left; margin-top:-130px;}

nav ul {
	list-style: none; /* this removes the list marker */
}
nav ul li {
	display: inline-block;
	padding:0;
	margin:0;
}
nav ul a, nav ul a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	display: block; 
	text-decoration: none;
}
nav ul a:hover, nav ul a:active, nav ul a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #FFF;
}

#spots_layer{
	width:700px;
	height:85px;
}

#spots_title{
	float:left;
	width:108px;
	height:85px;
}

#spot_container{
	width:700px;
	height:78px;
}


/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
}

