header {
	display: block;
}

content {
	display: block;
}

footer {
	font-size: 90%;
	text-align: left;
}

contentframe,
section {
	display: block;
}

#header{
	position: relative;
	top: 0px;
	margin: 0 auto 0 auto;
	min-width: 50%;
}

#contentframe {
	position: relative;
	margin: 0 auto 0 auto;
        text-align: justify;
	width:300px;
}

#section1 {
	top: 0px;
	left: 5px;
	width: 288px;
	position: relative;
}

body {
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  background-color: black;
  color: black;
  background: url("ACxl2.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

A:link {color: grey}
A:visited {color: grey}

h1 {
  font-weight: normal;	
}

