

body 
	{
		background-color:#fff;
		margin:0px;
		padding:0px;
		text-align: center;
	}


div#centered 
	{ 
		position:absolute;
		
		width :535px;
		height:400px;
		
		margin-left:-267px; /* center align  */
		margin-top: -200px; /* center align  */
		
		left:50%;
		top :50%;
		
		overflow:visible;
 	}



h1
	{
	
		position:relative;
		display:block;
		float:left;
		
		width:294px;
		height:55px;

		margin:0px 0px 0px 118px;
		padding:0px;
		
		background:transparent url(../images/britney.jpg) no-repeat;
		
		text-indent: -90000px;
	}


#choose
	{
	
		position:relative;
		display:block;
		float:left;

		width:294px;
		height:14px;

		margin:77px 0px 0px 118px;
		padding:0px;
		
		background:transparent url(../images/choose.jpg) no-repeat;		
		
		text-indent: -90000px;
	
	}




#footer
	{
	
		position:relative;
		display:block;
		float:left;

		width:535px;
		height:10px;

		margin:157px 0px 0px 0px;
		padding:0px;
		
		background:transparent url(../images/footer.jpg) no-repeat;		
		
		text-indent: -90000px;
	
	}


#menu	
	{
		position:relative;
		display:block;
		float:left;

		width:300px;
		height:77px;

		margin:13px 0px 0px 118px;
		padding:0px;

		text-align:left;

		list-style: none;
	}

#menu ul
	{
		margin:0px;
		padding:0px;
		list-style: none;
		
	}



#menu li
	{
		display: inline;
		float:left;
		outline: none;
	}




#menu .english
	{
		width: 77px;
		height: 77px;
		background:transparent url(../images/english_off.jpg) no-repeat;
		margin:0px;
		float:left;

		text-indent: -90000px;
	}

#menu .english:hover
	{
		background:transparent url(../images/english_on.jpg) no-repeat;
		width: 77px;
		height: 77px;
		margin:0px;
		float:left;

		text-indent: -90000px;		
	}



#menu .francais
	{
		width: 77px;
		height: 77px;
		background:transparent url(../images/francais_off.jpg) no-repeat;
		margin:0px 0px 0px 31px;
		float:left;

		text-indent: -90000px;
	}

#menu .francais:hover
	{
		background:transparent url(../images/francais_on.jpg) no-repeat;
		width: 77px;
		height: 77px;
		margin:0px 0px 0px 31px;
		float:left;
	
		text-indent: -90000px;		
	}
	
	
#menu .deutsche
	{
		width: 77px;
		height: 77px;
		background:transparent url(../images/deutsche_off.jpg) no-repeat;
		margin:0px 0px 0px 31px;
		float:left;
		
		text-indent: -90000px;
	}

#menu .deutsche:hover
	{
		background:transparent url(../images/deutsche_on.jpg) no-repeat;
		width: 77px;
		height: 77px;
		margin:0px 0px 0px 31px;
		float:left;
		
		text-indent: -90000px;		
	}	
	
#preload
	{
	
		display:none;	
	
	}
	



* html h1
	{
		margin:0px 0px 0px 59px;		
	}
	
	
* html	#choose
	{	
		margin:77px 0px 0px 59px;
	}
	
* html	#menu
	{	
		margin:13px 0px 0px 59px;
	}	