html,body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	overflow-x:hidden;
}
body {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3b3b3b;
	background: #EFEFEF;
	margin:0px;
}


.eazy_wrapper {
	margin: 0 auto;
	background:url(../images/backfiller.png) repeat-y;
	width: 1000px;
	z-index: -2;
	min-height:800px;
	height: 100%;
}
.eazy_video {
	float: left;
	margin-top: 50px;
	margin-left: 25px;
	background:url(../images/eazyvideo.png) no-repeat left top;
	width: 600px;
	height:800px;	z-index: -1;
}
.eazy_content {
	float:left;
	margin-top: 360px;
	margin-left: 175px;
	width: 250px;
	font-color: white;
	text-align:center;
	font-weight: bold;
	font-size: 16px;
}
.eazy_recent {
	float: right;
	margin-top: 50px;
	background:url(../images/recent.png) no-repeat right top;
	width: 341px;
	height:800px;	
	margin-right:27px;
}
.eazy_trailer {
	margin-top: 129px;
	width: 341px;
	margin-left:71px;
}

/* DIVS */
#bgimg {
	z-index:1;
}
#wrapper {
	width:980px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}
#top {
	position:absolute;
	width:100%;
	height:50px;
	top:20px;
	left:20px;
	background:url(../img/logo_veurman.png) no-repeat left bottom;
	z-index:2;
}
#content {
	position:absolute;
	width:905px;
	height:450px;
	margin-top:20px;
	z-index:2;
	/* filter: alpha(opacity=20); */
}
#menu {
	position:absolute;
	width:800px;
	height:50px;
	z-index:2;
	bottom:20px;
}
.margin-top {
	width:235px;
	margin:60px 0px 0px 0px;
}
.title {
	height:30px;
	line-height:30px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.button {
	width:118px;
	height:39px;
	line-height:34px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	margin:0px 0px 0px 15px;
	background:url(../img/bt_menu.png) no-repeat;
	float:right;
}
.button a:link, .button a:active, .button a:visited, .button a:hover {
	color:#0585d7;
	font-weight:bold;
	text-decoration:none;
}
#projects {
	padding: 2px;
	clear: both;
}
#projects ul {
	margin: 20px;
	padding: 0;
}
#projects li {
	list-style-type: none;
	display: inline;
	text-align:center;
	margin:0px 20px 0px 0px;
	float:left;
}
#projects img {
	border:2px solid #b03f40;
}
#projects a {
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
}


/* TEXT */
.h1 {
	font-family:Trebuchet MS, Arial;
	font-size:22px;
	font-weight:bold;
	color:#b03f40;
}
.h2 {
	font-family:Trebuchet MS, Arial;
	font-size:10pt;
	color:#000;
}
.h3 {
	font-family:Calibri, Trebuchet MS, Arial;
	font-size:22px;
	color:#376092;
}
.white {
	color:#FFFFFF;
}
hr {
	border:solid #b03f40 thin;
}
.dashed {
	border: dotted #b03f40 1px;
}

/* LINKS */
a:link, a:hover, a:active, a:visited {
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
}
a.white:link, a.white:hover, a.white:active, a.white:visited {
	color:#FFFFFF;
}
a.red:link, a.red:hover, a.red:active, a.red:visited {
	color:#b03f40;
	text-decoration:none;
}

/* IMAGES */
img {
	display:block;
	border:none;
}
img#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}

/* FORMS */
form {
	display:inline;
}

/* TABLES */
td {
	vertical-align:top;
}
.td_middle {
	vertical-align:middle;
}
.td_bottom {
	vertical-align:bottom;
}
