body {
	background: #1A1A1A;
	margin: 0px;
	}

a img {
	border: 0;
	}

#logo {
	background: url(../images/zipdudelogo.png);
	height: 22px;
	margin: 5px 0 0 -118px;
	left: 100%;
	position: absolute;
	top: 0px;
	width: 114px;
	}

#container {
	height: 320px;
	margin: -160px 0 0 0;
	position: absolute;
	top: 50%;
	width: 100%;
	}

#content {
	background: url(../images/contentback.png);
	height: 320px;
	left: 50%;
	margin: 0 0 0 -170px;
	position: relative;
	width: 340px;
	}

#content .portfoliobutton {
	background: url(../images/portfoliobuttonlink.png);
	height: 60px;
	position: relative;
	top: 130px;
	width: 340px;
	}

#content .portfoliobutton:hover {
	background: url(../images/portfoliobuttonhover.png);
	}