/* index-Style by p.0k */

body{
	background-color: #000000;
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px;
	color: #ECECEC;
	font: 12pt Impact;
}

/* Zou dit ook werken:
 * width: 100%;
 * height: 100%;
 * margin-left: -50%;
 * margin-top: -50%;
 */ 
div.centerbox{
      position:absolute;
      left:50%;
      top:52%;
      width:1024px;
      height:600px;
      margin-left:-512px;
      margin-top:-300px;
      /* VOOR CENTRERINGS TEST: background-color:#99CCFF; */
}

/* -- ImageReady Styles (index.psd) -- */
#Yamakasi-logo {
	position:absolute;
	left:233px;
	top:39px;
	width:557px;
	height:558px;
}

#wie-we-zijn {
	position:absolute;
	left:428px;
	top:10px;
	width:175px;
	height:111px;
}

#multiMedia {
	position:absolute;
	left:85px;
	top:108px;
	width:239px;
	height:217px;
}

#post-iT {
	position:absolute;
	left:712px;
	top:156px;
	width:166px;
	height:165px;
}

#conTact {
	position:absolute;
	left:560px;
	top:434px;
	width:159px;
	height:145px;
}
/* -- End ImageReady Styles -- */

a:link{
	color: #000000;
	font-size: 24px;
	text-decoration: none;
}
a:hover{
	color: #7B7B7B;
	font-size: 24px;
	letter-spacing: -1px;
	text-decoration: underline overline;
}
a:active{
	color: #000000;
}
a:visited{
	color: #000000;
	text-decoration: none;
}

#login {
	position:absolute;
	z-index: 10;
	right: 4px;
	bottom: 4px;
}

.copyright {
	position:absolute;
    float: left;
    bottom: 0px;
    text-align: right;
	color: #7B7B7B;
    font: 7pt Impact;
    letter-spacing: 4px;
}
