@charset "utf-8";

body {
	background-color: #003366;
	background-image: url(images/neck.png);
	background-repeat: repeat-y;
	background-position: center;
}
.contentdiv {
	background-image: url(images/background.jpg);
	height: 500px;
	width: 600px;
	left: 50%;
	position: absolute;
	margin-left: -300px;
	top: 0px;
	padding: 0px;
}
#E_BUTTON {
	left: 100px;
	top: 358px;
	height: 44px;
	width: 248px;
	background-image: url(images/E_electronic_portfolio.png);
	}
#A_BUTTON {
	left: 117px;
	top: 282px;
	height: 44px;
	width: 157px;
	background-image: url(images/A_about_me.png);
	}
#D_BUTTON {
	left: 100px;
	top: 358px;
	background-image: url(images/E_electronic_portfolio.png);
	}
#G_BUTTON {
	left: 100px;
	top: 358px;
	background-image: url(images/E_electronic_portfolio.png);
	}
a.basslink {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF8204;
	
	filter:alpha(opacity=50);-moz-opacity:.5;opacity:.5;"
}
a.basslink:hover {
	filter:alpha(opacity=100);-moz-opacity:1;opacity:1;"
	}
.mehbuttonlogo {
	position: fixed;
	right: 0px;
	bottom: 0px;
}

