html{
	display:block;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	min-height:950px;
    }

body{
    margin:0;
    padding:0;
    color:#fff
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:17px;
	width:100%;
	height:100%;
	background-color:#000;
	}

#head{
	position:absolute;
	width:100%;
	height:151px;
	left:0px;
	right:0px;
	background-image:url(../images/bg-banner.gif);
	background-repeat:repeat-x;
	z-index:2;
	}
	
#container{
	position:relative;
	float:left;
	width:100%;
	height:100%;
	min-height:700px;
	overflow:hidden;
	}
	
#top-container{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:820px;
	height:268px;
	z-index:3;
	background-image:url(../images/bg-banner.gif);
	background-repeat:repeat-x;
	background-position:top;
	}
	
#datum{
	position:absolute;
	width:314px;
	height:65px;
	left:0px;
	top:40px;
	}
	
#logo{
	position:absolute;
	width:433px;
	height:268px;
	top:0px;
	right:0px;
	}
	
#bottom-container{
	position:absolute;
	width:1380px;
	left:50%;
	margin-left:-690px;
	height:566px;
	bottom:0px;
	overflow:hidden;
	z-index:1;
	}
	
#brain-may{
	position:absolute;
	width:540px;
	height:552px;
	bottom:0px;
	left:0px;
	background-image:url(../images/brian-may.jpg);
	background-repeat:no-repeat;
	}
	
#freddy-mercury{
	position:absolute;
	width:456px;
	height:566px;
	bottom:0px;
	right:0px;
	background-image:url(../images/freddy-mercury.jpg);
	background-repeat:no-repeat;
	}
	
#movie-container{
	position:absolute;
	width:450px;
	height:338px;
	left:50%;
	top:50%;
	margin-left:-225px;
	margin-top:-130px;
	z-index:2;
	border:1px solid #fcff00;
	}
	
#movie{
	position:absolute;	
	left:0px;
	top:0px;
	}
	
#link{
	position:absolute;
	text-align:center;
	bottom:-30px;
	width:450px;
	height:20px;
	z-index:6;
	}
			
h1{
	color:#fcff00;
	line-height:20px;
	font:"Times New Roman", Times, serif;
	font-size:17px;
	display:inline;
	}
	
a:link{
    color:#fcff00;
    text-decoration:none;
    font-size:12px;
	text-decoration:underline;
}

a:visited{
    color:#fcff00;
    text-decoration:none;
    font-size:12px;
	text-decoration:underline;
}

a:hover{
    color:#fcff00;
    text-decoration:underline;
    font-size:12px;
}

a:active{
    color:#fcff00;
    text-decoration:none;
    font-size:12px;
	text-decoration:underline;
}

.input
{
	background-image: url(../../architektenbureau/afbeeldingen/bg_td.jpg);
	background-repeat:repeat-x;
	border:1px solid #CCCCCC;
}
.verstuur
{
	color:white;
	background-color:#c71873;
	border:0px solid #66CC99;
}