/* Luukbruggeman.nl Style.css */

body, html {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	background-color: #938f89;
	background-image: url(images/bg.jpg);
	text-align:center;
}

a {
	color: #FFFFFF;
}

a img {
	border-width: 0;
}

#luukbruggeman {
	position: absolute;
	left: -42px;
	top:  -13px;
}

#foto {
	position: absolute;
	width: 103px;
	height: 128px;
	background-image: url(images/foto.png);
	left: -28px;
	top:  -78px;
}

#showreel {
	position: absolute;
	width: 330px;
	height: 154px;
	background-image: url(images/showreel.png);
	right: -24px;
	top:  -32px;
}


#cv {
	position: absolute;
	right: -42px;
	bottom:  -17px;
}

#top {
	background-color: #051121;
	background-image: url(images/top.jpg);
	width: 798px;
	height: 173px;
	margin: 75px auto 0;
	position: relative;
}

#middle {
	background-color: #051121;
	background-image: url(images/middle.jpg);
	width: 798px;
	height: 305px;
	margin: 0 auto;
	position: relative;
}

#bottom {
	background-color: #051121;
	background-image: url(images/bottom.jpg);
	width: 798px;
	height: 80px;
	margin: 0 auto;
	position: relative;
}

#email {
	position: absolute;
	top: 27px;
	left: 314px;
	width: 170px;
	height: 20px;
}