/* CSS by Erik Sauffaus, http://www.clips.dk */

/* Basis-reset 10 */
html,body 
{ margin: 0; padding: 0; border: 0; height: 100%; width: 100%; overflow: hidden; }

body { position: relative; z-index: 10; background: #000000; }

div,span,ol,ul { margin: 0; padding: 0; border: 0; width: auto; height: auto; overflow: hidden; }

h1,h2,h3,h4,h5,h6,p,address,pre,code,cite,q,dfn,abbr,var,ol,ul,li,small,big,em,strong,i 
{ color: #FFF; font-family: verdana,tahoma,arial,sans-serif; font-weight: normal; font-style: normal; font-size: 13px; line-height: 16px; margin: 0; padding: 0; }

small { font-size: 13px; }
big { font-size: 13px; }
i,cite,q { font-style: italic; }
b,em,strong,h1,h2,h3,h4,h5,h6 { font-weight: bold; }
a { text-decoration: none; color: inherit; letter-spacing: inherit; font-family: verdana,tahoma,arial,sans-serif; }
a img { border: none; }

/* Generelt lay-out 20 */
#topspacer { height: 49%; background: #000000; }
#basiscontainer { background: #000000; z-index: 20; width: 550px; height: 400px; margin: -250px auto 0 auto; }
#container {
	background: #000000;
	z-index: 30;
	width: 455px;
	height: 500px;
	margin-top: -350px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: auto;
}
#filmcontainer {
	background: #000000;
	z-index: 30;
	width: 425px;
	height: 374px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

