/* @override http://www.macrabbit.com/cssedit/welcome/2.5/welcome.css */

body {
	background: url(../images/etherling.png) no-repeat fixed;
	background-position: 200px 100px;
	-webkit-user-select: none;
	font: 12px "Helvetica Neue","Helvetica","Lucida Grande";
}

/* #label {
	position: fixed;
	top: 85%;
	left: 0;
	width: 100%;
	text-align: center;
	text-shadow: rgba(255,255,255,0.5) 0 1px 0;
	color: rgba(0,0,0,0.75);
	cursor: pointer;
}*/

#menuitem01 {
	position: fixed;
	top: 85px;
	left: 480px;
	//width: 100%;
	text-align: left;
	text-shadow: rgba(255,255,255,0.5) 0 1px 0;
	color: rgba(0,0,0,0.50);
	cursor: pointer;
}

#menuitem02 {
	position: fixed;
	top: 115px;
	left: 480px;
	//width: 100%;
	text-align: left;
	text-shadow: rgba(255,255,255,0.5) 0 1px 0;
	color: rgba(0,0,0,0.5);
	cursor: pointer;
}

#menuitem03 {
	position: fixed;
	top: 145px;
	left: 480px;
	//width: 100%;
	text-align: left;
	text-shadow: rgba(255,255,255,0.5) 0 1px 0;
	color: rgba(0,0,0,0.5);
	cursor: pointer;
}

a {
	text-decoration: none;
	text-shadow: rgba(255,255,255,0.5) 0 1px 0;
	color: rgba(0,0,0,0.50);
	cursor: pointer;
}

a:hover {
	text-decoration:overline;
	text-shadow: rgba(255,255,255,0.5) 0 1px 0;
	color: rgba(251,176,59,1);
	cursor: pointer;}