/* CSS Document */


#interface	{

background-image: url("logo.jpg"); 
background-color:#ffffff;
background-repeat: no-repeat;	
position:absolute;
left: 50%; 
top:50%;
width:472px;
height: 354px;
margin-left: -236px;
margin-top: -177px;
border: 0px;
		
}

