BODY {
	background-color: #FFFFFF;
/*	background-image: url(images/homebackground.jpg); */
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}	

.text {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #000000;
}

.text a:link {
	text-decoration: none; /* this prevents the underline */
	color: #000066;
}

.text a:visited {
	text-decoration: none;
	color: #000066;
}

.text a:hover {
	text-decoration: underline;  /* this gives you the underline when you hover  */
	color: #000066;
}	

.text2 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.text2 a:link {
	text-decoration: underline; /* this prevents the underline */
	color: #000066;
}

.text2 a:visited {
	text-decoration: underline;
	color: #000066;
}

.text2 a:hover {
	text-decoration: underline;  /* this gives you the underline when you hover  */
	color: #6666CC;
}	

#portfolio { 
	position: absolute; 
	top: 370px; 
	left: 160px; 
	width: 1px; 
	height: 1px;
}

#designsite {
	position: absolute; 
	top: 80px; 
	left: 15px; 
	width: 1px; 
	height: 1px;
}

#mslogo {
	position: absolute; 
	top: 95px; 
	left: 15px; 
	width: 1px; 
	height: 1px;
}

#resume {
	position: absolute; 
	top: 370px; 
	left: 320px; 
	width: 1px; 
	height: 1px;
}

#contact {
	position: absolute; 
	top: 370px; 
	left: 450px; 
	width: 1px; 
	height: 1px;
}

#copyright {
	position: absolute; 
	top: 400px; 
	left: 130px;
}

#more {
	position: absolute; 
	top: 400px; 
	left: 440px;
}

#content {
	position: absolute;
}

