/* POSITIONERING ELEMENTEN */
body, html {
	padding: 0px;
	margin: 0px;
	background-position: 10% 10%;
	background-repeat: repeat;
	letter-spacing: 0;
	
	}
	
#wrapper
{
position: absolute;
top: 50%;
left: 50%;
height: 530px;
width: 980px;
margin-top: -265px; /* De helft van de hoogte */
margin-left: -490px; /* De helft van de breedte */

}

#menu {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	height: 40px;
	background-image: url();
	position: absolute;
	left: 0px;
	top: 0px;
	}
	
#flashheader {
	top: 40px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
	width: 980px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: absolute;
	height: 100px;
	}
	
#content {
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	height: 380px;
	width: 980px;
	top: 140px;
	background-image: url(../menugifs/pngbg.png);

		}
#content_full {
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	height: 380px;
	width: 980px;
	top: 140px;
	background-image: url(../menugifs/bgfull.png);

		}		
#left {
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	height: 315px;
	width: 450px;
	top: 167px;
	left: 31px;
	}
		
#right {
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	height: 315px;
	width: 435px;
	top: 170px;
	left: 515px;
	}			
#menubottom {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	height: 30px;
	background-image: url();
	position: absolute;
	left: 0px;
	top: 510px;
	background-color: #000000;
	}		
	
#footer {
	top: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: absolute;
	width: 944px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100;
	background-color: #000000;
	bottom: 1px;
	clip: rect(auto,auto,auto,auto);
	}	
	
.img{
    padding: 0px;
    border: 1px solid #FFFFFF;
    background-color: #000000;
    margin-bottom: 5px;
}

#memoryticker{
	background-color: ;
	width: 450px;
	/*Tip: add in height attribute here for multiple line scroller*/
border: 0px solid black;
	padding: 25px;
/*Change 0.7 below to a different number if desired (0.7=0.7 seconds)*/
/*Remove below line to remove transitional effect in IE. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=1.0 Duration=0.7)
; 		font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FF00FF;
	background-position: left;
}
