@charset "utf-8";
/* CSS Document */
body
{
	background-color:FFFFFF;
 height: 100%;
 padding: 0;
 margin: 0;

}

#container
{
 width: 250px; /*--Specify Width--*/  
 height: 300px; /*--Specify Height--*/  
 position: absolute; /*--Set positioning to absolute--*/  
 top: 50%; /*--Set top coordinate to 50%--*/  
 left: 50%; /*--Set left coordinate to 50%--*/  
 margin: -150px 0 0 -250px; /*--Set negative top/left margin--*/  

}

#tekst{

visibility:hidden;

}
