// vim: set tabstop=2 noexpandtab: //


#inn{}

body{ 
   min-width: 800px;
	min-height: 600px;	
	color: white;
	background: black url(PICT/bg-index.jpg) no-repeat center center;
	
}
.round{
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	background: transparent url(PICT/bg-box.png) repeat;
}

               
#title { 
	width: 500px;
	text-align: center;
}

h1 {
	margin-top:40px;
	margin-bottom:40px;
	padding: 0;
	font-size: 20pt;
}
        
#pl {
	position:absolute;
	top: 20%;
	left: 20%;
	width: 200px;
	padding: 20px;
	text-align: center;
	line-height: 30pt;
}

#eng {
	position:absolute;
	width: 200px;
	top: 30%;
	left: 60%;
	padding: 20px;
	text-align: center;
	line-height: 30pt;
}

a{
	text-decoration: none;
	color:  #3399FF;
	font-size: 16pt}
a:hover {
	color:navy;
} 
 
