html {
	height: 100%;
}

body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-size: 76%;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	background: black url(../images/lbskyline_tall.jpg) no-repeat fixed;
	color: white;

}

h1 {
	font: small-caps bold 1.75em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0;
	padding-bottom: 0;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.33em;
}

h4 {
	font-size: 1.25em;
}

h5 {
	font-size: 1.15em;
}

h6 {
	font-size: 1em;
}

p {
	margin-left: 1em;
	line-height: 1.2em;
}

em {
	font-style: italic;
}

b {
	font-weight: bold;
}

u {
	text-decoration: underline;
}

a {
	color: yellow;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: red;
}

hr {
	margin: 0 30px;
}