@charset "UTF-8";
/* CSS Document */

body
{
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	background-image:url(img/bg.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-attachment: fixed;

}

#content
{
	float:left;
	width:810px;
	height:auto;
	margin-left:10px;
}

.video
{
	width:600px;
	height:338px;
	background-color:#333333;
	border:#e0cf11 solid 10px;
}

.text
{
	width:600px;
	height:auto;
	background-color:#e0cf11;
	padding:10px;
	margin-bottom:25px;
}

#meny
{
	top:20;
	right:0;
	position:fixed;
	width:106px;
	height:autopx;
}

#logga
{
	top:200px;
	right:0;
	position:fixed;
	width:340px;
	height:342px;
	background-image:url(img/eric.png);
	z-index:-10px;
}

#contact
{
	right:10px;
	bottom:10px;
	position:fixed;
	z-index:+10px;
	margin-top:auto;
	margin-bottom:auto;
	text-align:right;
	color:#e0cf11;
}

#omtxt {
     background-color:transparent;
     position: relative;
     z-index: 101;
	 width:800px;
	 padding-left:5px;
	 padding-right:5px;
}
#ombg {
    background-color:black;
	height:410px;
	left:5px;
	opacity:0.65;
	filter:alpha(opacity=65);
	position:absolute;
	top:5px;
	width:840px;
	z-index:99;
}

a
{
	color:#e0cf11;
	text-decoration:line-through;
}

a:hover
{
	color:white;
}

p{
	color:#e0cf11;
	margin:0px;
}

h1
{
	color:#e0cf11;
	margin:0px;
	text-decoration:underline;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
