@charset "UTF-8";
/* CSS Document */
body {
	background-image:url(canal.jpg);
	background-repeat:no-repeat;
	background-color: #000000;
	font: 14px/22px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

p {
	color: #666;
	text-decoration: none;
	padding-left: 10px;
	font-weight: 200;
	font-size:14px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

a {
    color: #ffffff;
    text-decoration: none
	
}

a:hover {
    color: #ffffff;
    background: rgba(0, 191,255, 0.75);
}

	
#navbar {
	 padding-left:75px;
}

	
#contentsection {
	 padding-left:25px;
}

#imageWrapper { position: relative; height: 500px; } /* height is for display purposes only */
#bottomImage { position: absolute; bottom: 0; }

