html, body {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/index/back.jpg);
	background-repeat: repeat-x;
	background-color: #CE0400;
	text-align: center;
}
html {
	background-color: #CE0400; /* voor google chrome */
}
div#topWrapper {
	height: 110px;
	background-image: url(../images/template/buttonsback.jpg);
}
div#otherSiteLink {
	padding-top: 30px;
	height: 16px;
	position: relative;
}
div#otherSiteLink a.facebookbadge {
	position: absolute;
	top: 3px;
	right: 83px;
}
div#otherSiteLink a.twitterbadge {
	position: absolute;
	top: 3px;
	right: 8px;
}
div#otherSiteLink a {
	font-family: Verdana, Geneva, sans-serif;
	color: #E5EE09;
	font-size: 12px !important;
	text-decoration: none;
	font-weight: bold !important;
}
div#otherSiteLink a:hover {
	text-decoration: underline;
}
div#dinoFlash {
	float: left;
	width: 200px;
}
div#mainNav {
	float: right;
	width: 799px;
}
div.clearer {
	clear: both;
}
div#topFlash {
}
div#container {
	width: 999px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div#footerLinks {
	text-align: center;
}
div#footerLinks ul {
	margin: 0px;
	padding: 0px;
}
div#footerLinks ul li {
	list-style-type: none;
	display: inline;
	margin-left: 20px;
}
div#footerLinks ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #F6A800;
	text-decoration: none;
}
div#footerLinks ul li a:hover {
	text-decoration: underline;
}

