@charset 'utf-8';
@import url(reset.css);
@import url(defaults.css);

/* ----------------------------------------------------- Page layout */

body {
	color: #222;
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
}

p#logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
	text-align: center;
	width: 200px;
}

p#address {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0px 0 0 -150px;
	text-align: center;
	width: 300px;
}

a {
	color: #222;
	text-decoration: none;
}