/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

/* static START */
html,body{
    height:100%;
    margin:0;
    padding:0;
}
body {
	background:#2b2b2b;
	color:#d1d1d1;
	font-family:Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
	font-size:14px;
	text-align: center;
}
h1 {
	font-weight:bold;
	color:#d1d1d1;
	font-family:Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
	font-size:30px;
}
h2 {
	font-weight:bold;
	color:#d1d1d1;
	font-family:Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
	font-size:16px;
}
.wrapper {
background-position:center top;
margin:0 auto;
position:relative;
width:729px;
text-align: left;
z-index:2;
}
.logo {
background:transparent url(../img/logobig.png);
height:72px;
left:0px;
margin:0;
padding:0;
position:absolute;
top:63px;
width:200px;
z-index:4;
}
.logo a {
display:block;
height:72px;
outline-color:#d1d1d1;
outline-style:none;
outline-width:medium;
text-indent:-9999px;
width:200px;
z-index:4;
}
.skip {
background:transparent url(../img/logosmall.png);
height:59px;
right:0px;
margin:0;
padding:0px;
position:absolute;
top:600px;
width:60px;
z-index:4;
}
.skip a {
display:block;
text-align:center;
text-decoration:none;
font-weight:bold;
height:59px;
width:60px;
z-index:4;
color:#d1d1d1;
}
a {
	color:#d1d1d1;
	text-decoration:none;
}
a:hover,
a:active {
	color:#780103;
}
.main {
	background:transparent url(../img/panel.png);
	height:415px;
	left:0px;
	margin:0;
	padding: 0px;
	position:absolute;
	top:160px;
	width:729px;
	z-index:4;
}
.movie {
	height:415px;
	left:0px;
	margin:0;
	padding: 0px;
	position:relative;
	top:5px;
	width:729px;
	z-index:4;
	text-align:center;
}
#footer {
	height:25px;
	right:0px;
	margin:0;
	padding:0px;
	position:absolute;
	top:725px;
	width:729px;
	z-index:4;
}
#footer ul{
display:block;
width:100%;
}
#footer ul li{
display:block;
width:33%;
}
#footer ul li.f-left{
float:left;
text-align:left;
}
#footer ul li.f-middle{
float:left;
text-align:center;
}
#footer ul li.f-right{
float:right;
text-align:right;
}
.banner {
	position:relative;
	top:301px;
	width:100%;
	height:132px;
	background:#2b2b2b url(http://conimex.be/img/banner.png) repeat-x;
	z-index:1;
}