/* aberddu_style.css - A simple style sheet */

body {
	color: white; background: black;
	position: relative;
}

a {
	color: white;
	font-family: arial;
}

h1 {
	align: center;
	font-family: arial;
}

#page_wrapper {
  margin-left: 10%;
  margin-right: 5%;
}

#page_header {
  float: left;
  clear: right;
}

#logo_holder {
  float: left;
}

#title_holder {
  float: left;
  clear: right;
}

#page_body {
  clear: both;
  float: left;
}

