body {
	background-image:url('../img/radial.jpg'),url('../img/bg.jpg');
	background-repeat:no-repeat,repeat;

	color: #fff600;
	text-shadow:1px 1px blue;
	text-align: center;
}
a:link {color:#ff00c0;}
a:visited {color:#ff00c0;}
p {font-weight:bold;}

#bottom_nav {
    height: 70px;
    bottom:0;
    position:fixed;
    width:100%;
}

#bottom_nav a:link, #bottom_nav a:visited {color:#fff600;}

#lmenu img {
    vertical-align:middle;
}

#menubar{
	min-height:10px;	
}

#lmenu {
    right:0px;
    top:0px;
    position:absolute;
    z-index:5;
    min-width:150px;
	text-align: left;
}

#lmenu:hover {
	background:rgba(255,255,255,0.9);
}

#lmenu ul {
	float:none;
	white-space:nowrap;
	list-style:none;
	left:0px;
    display:none;
}

#lmenu:hover ul {
    display:inline;
}

#lmenu li {
	margin:0 auto;
	float:none;
	left:0px;
}

#lmenu li:hover {
	background:rgba(64,64,64,0.9);
}


