html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

a:link{
	text-decoration: none;
	color: #fff;
	}
a:visited { 
	color: #fff;
	text-decoration: none;
	}
a:hover { 
	color: #ccc;
	text-decoration: none;
	}
a:active { 
	color: #fff;
	text-decoration: none;
	}


#right-half {
	float: right;
	background-image:url('images/ericwenske_small.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0;
	width: 50%;
	height: 100%;
}

.button{
	float: right;
	clear: right;
	text-align: center;
	font-family: garamond, georgia, new york, times, times new roman;
	font-size: 20px;
	height: 30px;
	margin-right: 15px;
	margin-top: 30px;
}

#left-half {
	float: left;
	background-image: url(portfolio/images/bg.png);
	margin: 0;
	padding: 0;
	width: 50%;
	height: 100%;
	color: #ffffff;
}