﻿body 
{
background-color: #000000;
background-image: url("Images/bg.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
}

#musicplayer
{
position: absolute;
left:50%;
top: 50%;
width: 200px;
margin-left: 200px;
margin-top: 76px;
color: #ffffff;
font-style: normal;
font-weight: normal;
font-size: 14px;
font-family: arial black;
/* for IE */
filter:alpha(opacity=60);
/* CSS3 standard */
opacity:0.6;
}

#nyhedsbrev
{
position: absolute;
left:50%;
top: 50%;
width: 200px;
margin-left: 200px;
margin-top: 220px;
color: #ffffff;
font-style: normal;
font-weight: normal;
font-size: 12px;
font-family: arial black;
/* for IE */
filter:alpha(opacity=60);
/* CSS3 standard */
opacity:0.6;
    }

#content
{
  position: absolute;
  left:50%;
  top: 50%;
  width: 530px;
  margin-left: -140px;
  margin-top: -240px;
 color: #ffffff;
font-style: normal;
font-weight: normal;
font-size: 10px;
font-family: arial black;
/* for IE */
filter:alpha(opacity=60);
/* CSS3 standard */
opacity:0.6;
vertical-align:bottom;
    }
    

#menu
{
    position:absolute;
    left: 50%;
    top: 50%;
    width: 240px;
    margin-left: -395px;
    margin-top: -240px; 
    font-style: normal;
font-weight: normal;
font-size: 14px;
font-family: arial black;
/* for IE */
filter:alpha(opacity=60);
/* CSS3 standard */
opacity:0.6;
    
    }

a
{
    color: #FFFFFF;
    text-decoration: none;
}

span.menu
{
 color: #ffffff;
font-style: normal;
font-weight: normal;
font-size: 30px;
font-family: arial black;
/* for IE */
filter:alpha(opacity=60);
/* CSS3 standard */
opacity:0.6;
vertical-align:bottom;
    }
    
span.menusmall
{
 color: #ffffff;
font-style: normal;
font-weight: normal;
font-size: 12px;
font-family: arial black;
/* for IE */
filter:alpha(opacity=60);
/* CSS3 standard */
opacity:0.6;
vertical-align:sub;

    }
