@CHARSET "UTF-8";

body{
	font-family:"Comic Sans MS";
	font-size:62.5%;
	margin:0 0 0 0; 
	height:100%;
	color:#3399ff;
	background-image: url(../images/assets/techBack.jpg);
	background-repeat:repeat;
}

#container{
	width:920px;
	position:absolute;
	left:50%;
	margin-left:-460px;
}

#menu{
	height:60px;
	vertical-align:middle;
	font-size:1.4em;
}

#menu a{
	text-decoration:none;
	color:#999;	
}
	
#menu a:hover{
	text-decoration:underline;
	color:#3399ff;	
}

.cellTech{

	font-size:0.6em;
	padding-top:20px;
	vertical-align:top;
}

.cellTech:hover{

}

#techGroot{
	position:absolute;
	left:50%;
	margin-left:-300px;
	width:600px;
	top:20px;
	background-color:white;
	padding:3px;
	font-size:1.1em;
}

#techGrootSluit{
	text-align:right;
	padding:0px 1px 2px 1px;
	font-size:1.1em;
	text-align:center;
	width:15px;
	position :absolute;
	right:5px;
	top:5px;
	border: 2px white solid;
	color:white;
	z-index:5;
	font-weight:bold;
	}
	
#grootNav{
	color:white;
	font-size:0.8em;
	position:absolute;
	bottom:10px;
}