html, body{
	padding: 0;
	margin: 0;
	border: 0;
	
	height: 100%;
	
	font-family: tahoma, verdana, arial;
	font-size: small;
	
	scrollbar-base-color: black;
	scrollbar-arrow-color : white;
	scrollbar-3dlight-color: white;
	scrollbar-highlight-color: black;
	scrollbar-shadow-color: black;
	scrollbar-darkshadow-color: white;
	scrollbar-track-color: black;
	scrollbar-face-color: black;
}

SPAN{
	font-size: x-small;
}

A{
	color: yellow;
}
A:hover{
	color: yellow;
}
A:visited{
	color: yellow;
}

.center{
	text-align: center;
}

#top-div{
	position: relative; 
	min-height: 186px;
	height: 45%;
	background-color: white;
	overflow: visible;
}
#top-duha-div{
	position: absolute;
	left: 0;
	bottom: 60px;
	width: 100%;
	height: 126px;
	background: url(img/people.jpg) no-repeat center;
}
#top-music-div{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	background: black url(img/house_music.gif) no-repeat center;
	overflow: visible;
}
#top-airtom-div{
	position: absolute;
	right: 0;
	top: 0;
	width: 170px;
	height: 35px;
	background: url(img/dj_airtom.gif) no-repeat;
}
#top-info-div{
	position: absolute;
	right: 10px;
	top: 30px;
	width: 149px;
	height: 37px;
	background: url(img/info.gif) no-repeat;
}
#bottom-div{
	position: relative;
	min-height: 200px;
	height: 55%;
	background-color: black;
}
#bottom-text-div{
	position: absolute;
	top: 10%;
	left: 50%;
	margin-left: -250px;
	height: 80%;
	width: 500px;
	overflow: auto;
	color: white;
}
#bottom-text-inner-div{
	width: 250px;
	margin: 0 auto;
}

