@charset "UTF-8";


*{
	margin:0px;
	padding:0px;
}

#container {
	width: 1024px;
	height: 100%;
	margin-top: 0px;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
  }
  
  
  #topbox {
	width: 1024px;
	margin-top: 500px;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
  }

body
{
background-image:url('../BEELDEN/GCREA_BG.jpg');
background-repeat:no-repeat;
background-position:center top;
}

.rollover a {
display:block;
align: center;
width: 190px;
height: 55px;
padding:0px;
font: bold 13px sans-serif;;
color:#333;
background: url("../BEELDEN/OLDSITE_ROLL.png") 0 0 no-repeat;
text-decoration: none;
}
.rollover a:hover { 
background-position: 0 -55px;
color: #049;
}
.rollover a:active {
background-position: 0 -110px;
color:#fff;
}



.rollover2 a {
display:block;
align: center;
width: 190px;
height: 55px;
padding:0px;
font: bold 13px sans-serif;;
color:#333;
background: url("../BEELDEN/JOHNBLOG_ROLL.png") 0 0 no-repeat;
text-decoration: none;
}
.rollover2 a:hover { 
background-position: 0 -55px;
color: #049;
}
.rollove2r a:active {
background-position: 0 -110px;
color:#fff;
}




.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	line-height: 16px;
}
