body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

p {
	margin: 0;
}

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

#content1 {
	padding: 2.2em 0 15em 2em;
	margin: 5% 0 0;
	position: relative;
	background: rgba(0,0,0,0.50);
}

#linkcontainer {
	padding: 0 2.2em;
	position: relative;
	margin: -14em 0;
}

#linkcontainer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#linkcontainer a {
	color: #384A9A;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 2.30em;
	line-height: 1.3em;
	display: block;
}

#linkcontainer a:hover {
	color: #999;
	background-color: rgba(0,0,0,0.22);
}

#title1 {
	color: #ffcf00;
	text-transform: uppercase;
	font-size: 5em;
	line-height: 0.8em;
	font-weight: bold;
}

.subtitle {
	color: #999;
	padding-top: 1.5em;
	font: italic 1.04em Georgia, "Times New Roman", Times, serif;
	text-indent: 0.2em;
}

a.links:link, a.links:visted, a.links:hover {
	color: blue;
	font-size: 3.5em;
	text-transform: uppercase;
	text-decoration: none;
}

a.links:hover {
	color: #ccc;
}





