/* Remove margins from the 'html' and 'body' tags, and ensure the page takes up full screen height */
html, body {
	height:100%;
	margin:0;
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	outline: none;
	color: #6c6c6c;}
a {
	font-size: 12px;
	color: #6c6c6c;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration:none;
	outline: none;
}
a:link {
	text-decoration: none;
	outline: none;
}
a:visited {
	text-decoration: none;
	color: #6c6c6c;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #04d6a2;
	outline: none;
}
a:active {
	text-decoration: none;
	color: #6c6c6c;
	outline: none;
}
a img {
	border: none; 
}
/* Set the position and dimensions of the background image. */
#page-background {position:fixed; top:0; left:0; width:100%; height:100%; z-index:-1;}
#line {position:fixed; top:0; left:0; z-index:0;}
/* Specify the position and layering for the content that needs to appear in front of the background image. Must have a higher z-index value than the background image. Also add some padding to compensate for removing the margin from the 'html' and 'body' tags. */
#content {position:relative; z-index:1; padding:0px; text-align: left;}
#titleimg {position: absolute; padding-left: 68px; padding-top: 58px; vertical-align: top;}
#inspiration {position: absolute; padding-left: 766px; padding-top: 24px; vertical-align: top;}