html {
	min-height: 100%;
	height: auto;
	height: 100%
}

body {
	text-align: center;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url(/Pictures/background_striped.png);
	background-color: #66CCFF;
}

/*
 * All content except the fillers on the left and right side
 */
div#main {
	/*position: relative;*/
	margin: 0px auto;
	text-align: left;
	width: 1060px;
	border: 1px solid;
	min-height: 99%;
	height: auto;
	height: 99%
}

div#map {
	margin: 0px;
	width: 760px;
	height: 400px;
	text-align: center;
	vertical-align: center;
	font-style: italic;
	font-weight: bold;
}

/*
 * The header on the top of each page, the iframe is explicitly given a height to make it work
 */
div#header {
	top: 0px;
	left: 0px;
	margin: 0px;
	width: 1060px;
	height: 85px;
	background-color: #03A6FF;
	border: none;
}

/*
 * All content below the header, including the left and right columns and the contentpane
 * Modify width and height of content pane here, when width is resized: also resize header width
 */
div#center {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	width: 1060px;
	min-height: 500px;
	height: auto;
	height: 100%;
	background-color: #FFFFFF;
}

div#contentpane {
	position: absolute;
	top: 0px;
	left: 124px;
	width: 812px;
	min-height: 100%;
	height: auto;
	height: 100%;
	overflow: auto;
	scrollbar-base-color: #66CCFF;
	margin: 0pt;
	background-color: #FFFFFF;
	background:
		url("http://www.skateroutes.nl/themes/default/images/P7140750(blue).jpg")
		;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 50%; /* center top */
}

div#content {
	margin-top: 5pt;
	margin-left: 10pt;
	margin-right: 15pt;
	margin-bottom: 0pt;
	border: none;
}

div#columnLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	width: 124px;
	min-height: 100%;
	height: 100%;
	background: url("images/backgroundblue.jpg");
	background-color: #03a6ff;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 100% 100%; /* left bottom  */
	border: none; /* thin solid #2A03A8 */
}

div#columnRight {
	position: absolute;
	top: 0px;
	left: 935px;
	margin: 0pt 1pt 0px 1px;
	width: 124px;
	min-height: 100%;
	height: 100%;
	background: url("images/backgroundblue_flipped.jpg");
	background-color: #03a6ff;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center bottom;
	border: none;
}

div#googlePackButton {
	margin: 0px 0px 10px 0px;
	border: none;
	text-align: center;
}

div#googleAds {
	margin: 0px 0px 0px 0px;
	border: none;
	text-align: center;
}

div#menu {
	vertical-align: bottom;
	position: relative;
	margin: 0px;
	padding: 0px;
	left: 0px;
	bottom: 5px;
}
