/* CSS Document for Mozilla*/

body 
{

	background-attachment: fixed;	
  background-attachment: scroll;
	font-family: Arial;
	font-size: 12px;
	color: #000;
	background-color:#FFFDF1;
	margin:0;
	text-align:center;
  border:0 none;
  padding:0;
}

#kont
{
  /*width: 1024px; */
  width: 100%;
	margin: 0 auto;
  height:40px;
  padding-top:0px;
	border: 0px solid #ffff00;
}


#nadhlava 
{
  margin:0 auto;
  text-align:center;
	background-color:#fff;
	border: 0px solid #00ff00;
	height: 40px;
	/*width: 1024px;*/
	width: 100%;
	display: relative;
	/*background-image: url(img/header.png);*/
	background:transparent url(../img/nadhlava.jpg) repeat-x scroll center center;

}

#jukebox{
height: 20px;
padding:10px 0px 0px 0px;
width: 1000px;
/*background-color: #0f0;*/
margin:0px auto 0px auto;


}
#prehravac{
height: 20px;
padding:0px 0px 0px 0px;
margin-left:100px;
width: 400px;
/*background-color: #0f0;*/
float:left;

}
.hodiny {
border:0 solid #FF0000;
color:white;
display:block;
float:left;
font-size:14px;
height:20px;
margin-top:0px;
width:450px;
}
.close {

background:transparent url(../img/close.png) no-repeat scroll center center;
border:0 solid #FF0000;
display:block;
float:left;
height:30px;
margin-left:10px;
margin-top:-5px;
width:30px;
}






