	/* FÆLLES */
* {margin:0; padding:0}

body {
  background:black;
}

a img {
	border: 0px; 
}

#table {
	position:absolute;
	left:0px;
	top:0px;
	width:1280px;
	height:870px;
}

#gfx01 {
	position:absolute;
	left:0px;
	top:0px;
	width:433px;
	height:186px;
	background-image:url('../gfx/01.jpg'); 
}



#gfx02 {
	position:absolute;
	left:433px;
	top:0px;
	width:663px;
	height:186px;
	background-image:url('../gfx/02.jpg');
}

#gfx03 {
	position:absolute;
	left:1096px;
	top:0px;
	width:184px;
	height:186px;
	background-image:url('../gfx/03.jpg');
}

#gfx04 {
	position:absolute;
	left:0px;
	top:186px;
	width:433px;
	height:441px;
	background-image:url('../gfx/04.jpg');
}

#gfx05 {
	position:absolute;
	left:433px;
	top:186px;
	width:663px;
	height:441px;
	background-image:url('../gfx/05.jpg');
}

#gfx05_1 {
	position:absolute;
	left:433px;
	top:186px;
	width:663px;
	height:441px;
	background-image:url('../gfx/05_1.jpg');
}

#gfx06 {
	position:absolute;
	left:1096px;
	top:186px;
	width:184px;
	height:441px;
	background-image:url('../gfx/06.jpg');
}



#gfx07 {
	position:absolute;
	left:0px;
	top:627px;
	width:433px;
	height:243px;
	background-image:url('../gfx/07.jpg');
}

#gfx08 {
	position:absolute;
	left:433px;
	top:627px;
	width:663px;
	height:243px;
	background-image:url('../gfx/08.jpg');
}

#gfx09 {
	position:absolute;
	left:1096px;
	top:627px;
	width:184px;
	height:243px;
	background-image:url('../gfx/09.jpg');
}


	/* MENUEN */

#menu {
	padding-left:17px;
	padding-top:295px;
	width:270px;
	height:7px;
}

#home {
	top:0px;
	margin-left:294px;
	width:100%;
	height:10px;
	padding-bottom:15px;
}

.about {
	width:37px;
	height:7px;
}

.pictures {
	width:51px;
	height:7px;
}

.posters {
	width:47px;
	height:7px;
}

.trailers {
	width:43px;
	height:7px;
}

.home {
	width:57px;
	height:7px;
}


	/* SIDERNE  */

#gfx05_1 {
	padding:12px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:12px;
	color: #F0F0F0;
}

#two_columns {
	width:663px;
	height:441px;
    position:relative;
}

#image {
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:330px;
}
#thumbs {
    position:absolute;
    left:325px;
    top:0;
    height:100%;
    width:330px;
}
.posters_pic {
    width:210px;
    height:110px;
}

	/* LINKS  */

#home a:link, #home a:active, #home a:visited , #home a:hover { 
	text-decoration: none;
	border: 0px; 
}

a:link, a:active, a:visited {
	color: white;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: white;
	text-decoration: none;
	font-weight: normal;
}

.opacity
{
opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}

#home a:hover, #menu a:hover, #thumbs a:hover {
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}

	/* EKSTRA  */
	
#comingsoon {
	padding:175px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:42px;
	opacity:0.2;
	filter:alpha(opacity=20); /* For IE8 and earlier */
}

.img_profile	{
float:right;
width:225px;
height:150px;
margin-top:-12px;
margin-right:-21px;
margin-left:1px;
margin-bottom:0px;
}

.center	{
	  display: block;
	  margin-left: auto;
	  margin-right: auto;
	  width: auto;

}

.ie_fix{
	    text-align: center;
}
.ie_fix input[type="submit"],
.ie_fix input[type="button"] {
	    display: inline-block;
}