* { border: 0; margin: 0; padding: 0; }

body {
	font-family: Tahoma;
	font-size: 12px;
	color: #999999;
	text-align: center;
	background: #000000 url(images/ordery/tlo.jpg) no-repeat top center;
}

a {
	color: #999999;
	text-decoration: none;
}

#main, #footer {
	margin: 0 auto;
	width: 982px;
	position: relative;
	text-align: left;
	clear: both;
	overflow: hidden;
}

.clr { clear: both; }

/**** MAIN ****/
	#audioplayer1 {
		position: absolute;
		top: 115px;
		left: 34px;
	}
	/**** LEFT ***/
		#left {
			margin-top: 142px;
			width: 462px;
			text-align: center;
			float: left;
		}
		#youtube {
			margin: 0 auto;
			width: 430px;
			height: 380px;
			background-image: url(images/ordery/youtube-t.jpg);
			background-repeat: no-repeat;
		}
		#content { text-align: left; }
		.box {
			margin-top: 26px;
			line-height: 24px;
		}
	/**** /LEFT ***/
	/**** RIGHT ****/
		#right {
			margin-top: 97px;
			width: 484px;
			text-align: center;
			float: right;
		}
		#tracklista {
			margin-left: 12px;
			text-align: left;
			line-height: 24px;
		}
	/**** /RIGHT ****/
/**** /MAIN ****/
/**** FOOTER ****/
	#footer-container {
		margin-top: 36px;
		padding-top: 24px;
		padding-bottom: 13px;
		background: #333333 url(images/ordery/footer-t.gif) repeat-x top;
	}
	#footer { font-size: 11px; }
	#footer ul, #footer ul li { list-style: none; }
	#footer ul li {
		padding: 0 15px;
		border-left: 1px #999999 solid;
		display: inline;
	}
/**** /FOOTER ****/