body { 
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, "san-serif";
	font-size: .9em;
	}
#logo {	
	position: absolute;
	top: 50px;
	left: 50px;
	}
div#contact { 
	font-family: Arial, Helvetica, "san-serif";	
	position: absolute;
	bottom: 8em;
        right: 2em;
	text-align: right; 
	color: #2969C9; 
	padding-right: 50px;
	}
div#copy {
	font-family: Arial, Helvetica, "san-serif";
	font-size: .8em;
	position:absolute;
	bottom: 20px;
	color: #A7A7A7;
	}
div#work { 
	font-family: Arial, Helvetica, "san-serif";
	font-size: 3em;
	color: #2969C9; 
	position: absolute;
	right: 3em;
	top: 300px;

	}
div#portfolio {
	position: absolute;
	top: 175px;
	left: 225px;
	}
a:link { 
	color: #3366CF;
	text-decoration: none;
	}
a:visited { 
	color: #7630C4;
	text-decoration: none;
}
a:hover {
	background-color:  #CDE0C2;
	}
a:active { 
	color: #7630C4;
}

img {border:none;}
