/*  This is our main CSS styling page for the website
	Copyright 2008-2010 By Mike Murphy
	
*/
/* This will postion the Additional Projects button in the EXACT same spot on each page */
#projectimage
{
position:relative;
top: 340px;
left: 40px;
}

/* This will postion the copyright in the exact same position on each page as well */
#copyright
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFF;
	position: relative;
	left: 0px;
	top: 550px;
}
