@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

body {
	background-color: #633;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

a:link {
	color: #C00;
}
a:visited {
	color: #C00;
}
a:hover {
	color: #C0C;
}
a:active {
	color: #F63;
}

menu {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	position: absolute;
	right: -127px;
	top: 17px;
	width: 736px;
	text-align: center;
	background-color: #C96;
	opacity: 0.8;
	height: 30px;
	padding: 10px;
	display:block;
}

#kontainer {
width:1024px; height: 768px; position:relative; background-image:url(../img/athena.jpg)

	
}

#logo {
	position: relative;
	top: 0px;
	width: 850px;
	height: 140px;

}

#herclogo { 
	position: absolute; top: 0px; left: 10px; padding: 10px; 
}

#vid {
	position: absolute;
	top: 283px;
	left: 0px;
	width: 650px;
	height: 440px;	
}

#lyrics {
	background-color: #E9D8BE;
	position: absolute;
	top: 228px;
	left: 806px;
	width: 235px;
	overflow: auto;
	height: 466px;
	padding: 10px;
}

.menusolo, #menugraphdes {
	width: 100px; height: 20px; padding:5px; position: relative; float: left; background-color:#FFF;
	display:block; border: #000 thin dotted;
}

.menusolo, #menugraphdes {
				overflow:hidden;
				transition: 	all 0.5s;
				-moz-transition: 	all 0.5s; /* Firefox 4 */
				-webkit-transition: all 0.5s; /* Safari and Chrome */
				-o-transition: 		all 0.5s; /* Opera */
}

.menusolo:hover {
				background-color:#600;
}

#menugraphdes:hover {
				height: 120px;
				background-color:#600;
}

