body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	background: #000000;
	color: White;
}

a {
	color: White;
	text-decoration: none;
	font-size: 18px;
}

img {
	border: none;
}

#wrapper {
	width: 900px;
	margin: 0 Auto;
}

#wrapper2 {
	height:1px;
	width: 1px;
	position: relative;
}

#container {
	height: 800px;
	width: 900px;
	position: absolute; top:0px; left:0px;
	background:transparent url('img/main_bg.jpg') no-repeat left top;
}
	

	#foto {
		height: 576px;
		width: 500px;
		float: left;
	}
		#foto a {
			height: 168px;
			width: 364px;
			float: right;
			position:relative; top: 395px; left: -6px;
		}

	#tekstas1 {
		position: absolute;
		top: 650px;
		width: 900px;
		margin: 0 Auto;
		text-align: center;
		color: White;
		text-decoration: none;
		font-size: 20px;
	}
		
	#links1 {
		position: absolute;
		top: 695px;
		left: 282px;
		width: 900px;
		margin: 0 Auto;
		/*text-align: center;*/
		color: White;
		text-decoration: none;
		font-size: 22px;
	}
	
	#link1 {float: left; width:102px;}
	#link2 {float: left; width:122px;}
	#link3 {float: left; width:90px;}
	#link4 {float: left; width:50px;}

	#player {
		position: absolute;
		top: 750px;
		width: 900px;
		margin: 0 Auto;
		text-align: center;
		float: left;
		height: 24px;
	}
	
#clear {clear:both;}


/*	Programa	*/

#programa_container {
	height: 1000px;
	width: 900px;
	position: absolute; top:0px; left:0px;
	background:transparent url('img/programa.jpg') no-repeat left top;
}


	#programa_tekstas1 {
		position: absolute;
		top: 200px;
		width: 900px;
		margin: 0 Auto;
		text-align: center;
		color: White;
		text-decoration: none;
		font-size: 24px;
		font-weight: bold;
	}

	#programa_tekstas2 {
		position: absolute;
		top: 250px;
		width: 600px;
		margin: 0 Auto;
		padding: 0px 150px 0px 150px;
		text-align: justify;
		color: White;
		text-decoration: none;
		font-size: 14px;
	}

	#programa_tekstas2 a {
		color: White;
		text-decoration: underline;
		font-size: 14px;
	}

	#programa_img_links1 {
		position: absolute;
		top: 2020px;
		left: 250px;
		width: 900px;
		margin: 0 Auto;
		/*text-align: center;*/
		color: White;
		text-decoration: none;
		font-size: 22px;
	}
	
	#programa_links1 {
		position: absolute;
		top: 2031px;
		left: 268px;
		width: 900px;
		margin: 0 Auto;
		/*text-align: center;*/
		color: White;
		text-decoration: none;
		font-size: 18px;
	}
	
	#link1 {float: left; width:102px;}
	#link2 {float: left; width:122px;}
	#link3 {float: left; width:90px;}
	#link4 {float: left; width:50px;}


