
*
{
  margin: 0;
  padding: 0;
}

body
{
    background-color:#FFF;  
	background: url(../img/background.jpg) white center no-repeat fixed;
}

#wrapper, #container {
  	width: 980px;
	height: 610px;	
}
#wrapper {
  	bottom: 50%;
  	right: 50%;
  	position:
  	absolute;
}
#container {
  	left: 50%;
  	position: relative;
  	top: 50%;
}

#holder
{
    position:relative;
}


a {  
  outline:none;
}

#link_select_de a
{
    display:block;   
    position:absolute;
    left:356px;
    top:452px;
    width:110px;
    height:36px;    
    background-image:url(../img/btn_select_de.jpg);
    background-repeat:no-repeat;
    background-position:0 0;
}
#link_select_de a:hover
{
    background-position:0 -36px;
}

#link_select_en a 
{
    display:block;   
    position:relative;
    left:516px;
    top:452px;
    width:110px;
    height:36px;    
    background-image:url(../img/btn_select_en.jpg);
    background-repeat:no-repeat;
    background-position:0 0;
}

#link_select_en a:hover
{
    background-position:0 -36px;
}


#link_select_de a span,
#link_select_en a span
{
    display:none;
}



