body 		{
				background-color: #000000; }

#container {
				margin: 0;
				background-image: url(../images/portfolio-black-bg.gif);
				background-repeat: no-repeat; 
				width: 930px;
				height: 2400px;
				text-align: left;
			}
#featured {
				background-image: url(../images/featured-item-acorn.jpg);
				background-repeat: no-repeat;
				width: 576px;
				height: 469px;
				position: relative;
				right: 60px;
				top: 150px;
				float:left;
			}
#featured-text {
				line-height: 18px;
				z-index: 100;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				color: #000000;
				text-align: left;
				position: relative;
				left: 10px;
				width: 800px;
				top: 465px;
				float:left;
			}
#profile {
				background-image: url(../images/profile.gif);
				background-repeat: no-repeat;
				width: 250px;
				height: 155px;
				position: relative;
				left: 90px;
				top: 270px;
				float: left;
			}

#fb {
				background-image: url(../images/facebook.jpg);
				background-repeat: no-repeat;
				width: 158px;
				height: 44px;
				position: relative;
				left: 90px;
				top: 170px;
				float: left;
			}
#profilebuttons {
				position: relative;
				right: 75px;
				top: 220px;
				float: left;
			}
#footerlink { 
				position: absolute; 
				top: 2280px; 
				left: 745px; 
				width: 83px; 
				height: 83px; 
				background-color: transparent; 
				border: none; }
				
a.web {
	display: block;
	width: 158px;
	height: 26px;
	position: relative;
	right: 252px;
	top: 320px;
	float: left;
	background-image: url('../images/web-button.gif');
}

a.web:hover {
	background-image: url('../images/web-button-over.gif');
}
a.ill {
	display: block;
	width: 158px;
	height: 26px;
	position: relative;
	right: 410px;
	top: 360px;
	float: left;
	background-image: url('../images/ill-button.gif');
}

a.ill:hover {
	background-image: url('../images/ill-button-over.gif');
}
a.anim {
	display: block;
	width: 158px;
	height: 26px;
	position: relative;
	right: 567px;
	top: 400px;
	float: left;
	background-image: url('../images/anim-button.gif');
}

a.anim:hover {
	background-image: url('../images/anim-button-over.gif');
}

		
#websection {
	position: relative;
	width: 700px;
	height: 400px;
	float: right;
	right: 100px;
	top: 330px;
			}	
			
		
#illsection {
	position: relative;
	width: 700px;
	height: 400px;
	float: right;
	right: 100px;
	top: 460px;
			}	
					
#animsection {
	position: relative;
	width: 700px;
	height: 400px;
	float: right;
	right: 100px;
	top: 570px;
			}	
			
img
{  border-style: none;
}


a.link:link { 
		color: #999999;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;}

a.link:visited {
		color: #333333;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px; }

a.link:hover { 
		color: #333333;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;}

a.link:active { 
		color: #ffcc00;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;}


