body { margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000; background:#000;}
	input, textarea, button { font-family: Arial; font-size: 11px; color: #557B91; }
	textarea { overflow: auto; }
	a {	outline: none; text-decoration: none; }
	p, h1, h2, h3, h4, h5, h6, ul, ol, li, hr, form, fieldset, legend, table, theah, tbody, blockquote { margin: 0; padding: 0; }
	ul { list-style-type: none; }
	
#container {
		width: 800px;
		margin:0 auto;
		padding: 0;
		background: #000 url(../img/teaser2.jpg) no-repeat; 
		height:600px;
		position:relative;
}

.link{
	width:160px;
	position:absolute;
	top:400px;
	left:300px;
	
}

.link-ro{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	color:#ff0000;
	width:50px;
	float:left;
}

.link-ro a{
	color:#ff0000;
}

.link-en{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	color:#fff;
	width:50px;
	float:left;
}

.link-en a{
	color:#fff;
}	
