@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	background-color: #000;
}
#container {
	width: 719px;
	background: #000;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}
#main_image {
	background-image: url(images/ADM_main_background.png);
	background-repeat: no-repeat;
	position: relative;
	height: 1080px;
	width: 719px;
}
#clock_holder {
	width: 300px;
	padding-top: 55px;
	margin-left: auto;
	margin-right: auto;
}
#clock_holder p {
	font-size: 65px;
	font-weight: lighter;
	height: 10px;
	overflow: visible;
}
#date{
	width: 220px;
	margin: 0 auto;
}
#main_text {
	width: 564px;
	height: 602px;
	margin: 0 auto;
	margin-top: 28px;
	margin-left: 78px;
	overflow: auto;
}
#main_text h2 {
	color: #F8E789;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	font-weight: bold;
}
#main_text p {
	text-align: justify;
	margin: 20px;
	color: rgb(213,226,255);
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#player {
	width: 610px;
	height: 65px;
	margin-top: 5px;
	margin-left: 55px;
}
#menu_holder {
	margin: auto;
	margin-left: 56px;
}
#menu_home, #menu_music, #menu_links, #menu_contacts {
	width: 152px;
	height: 63px;
	float: left;
}
#menu_home {
	background-color: rgb(9,11,12);
}
#menu_music {
	background-color: rgb(9,11,12);
}
#menu_links {
	background-color: rgb(9,11,12);
	
}
#menu_contacts {
	background-color: rgb(9,11,12);
	
}	
a:link {
	color: rgb(102,255,255);
}
a:hover {
	color: rgb(255,255,255);
}
a:visited {
	color: rgb(153,153,153);
}
