body { position: relative; }
body {
/* background-image: url('http://dl.dropboxusercontent.com/u/26665586/kevinboothe.ca/InstallMess.jpg');
	background-color: #EEEEEE;
    background-repeat:no-repeat;
    background-size:cover;*/
background-color: #EEEEEE;
}

#nav{
	text-align:right;
	position:absolute;
	top:0;
	right:20px;
		}
#description {position: relative;
	top: 15px;
	margin-left: 0px;
	margin-right: auto;
	/*vertical-align: central;*/
	padding-left: 2.5%;
	padding-right: 2.5%;
	padding-top: 0px;
	height: 225px;
    	width: 450px;
		}
		
body p{font-family: Helvetica, serif;
	font-size: 15px;
	line-height: 22px; 
	letter-spacing:0.02em;
	
	 }

	 body a:link {
	 color: #1893e2;
text-decoration: none;
border-bottom: 1px solid #e1e1e1;
		 
	 }

	 body a:visited {
     color: #1893e2;
	 text-decoration: none;
	 border-bottom: 1px solid #e1e1e1;
	 }

	 body a:hover {
	 color: #1893e2;
		 text-decoration: underline;
	 }

	 body a:active {
	     color: #1893e2;
		 text-decoration: none;
		 border-bottom: 1px solid #e1e1e1;
	 }
	 
