@charset "utf-8";
#BG {
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: fixed;
	height: 100%;
	width: 100%;
	background-attachment: fixed;
	overflow: scroll;
	margin: 0px;
	padding: 0px;
}
#topper {
	width: 700px;
	top: 25px;
	position: relative;
	float: left;
	left: 50%;
	margin-left: -350px;
	alpha: 50%;
	height: 198px;
	border: 2px solid #FFF;
}
#cont {
	background: rgba(255,255,255,0.66);
	width: 700px;
	top: 50px;
	position: relative;
	float: left;
	left: 50%;
	margin-left: -350px;
	clear: left;
	border: 2px solid #FFF;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
.menutext {
	color: #000;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size:large;
}
a:link {
	color: #000;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover {
    background-color: #fff;
}

.pix	{
}
.pix a:hover {	
    background: rgba(255,255,255,0);
}