body{
	background: #000000;
	margin: 0;
	padding: 0;
	height: 100%;
}
div#main{
	position: absolute;
	left: 50%;	
	margin: 0 0 0 -480px;
	width: 960px;
	height: 100%;
	background: url('splash.jpg') 0 0 no-repeat;
}
#main a{
	display: block;
	text-indent: -5000px;
}
#main a.ro{
	background-image: url('ro.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 205px;
	height: 42px;
	position: relative;
	top: 457px;
	left: 175px;
}
#main a.en{
	background-image: url('en.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 205px;
	height: 42px;
	position: relative;
	top: 415px;
	left: 580px;
}
#main a.ro:hover, #main a.en:hover{ background-position: 0 -42px; }
