html,body {
	color: white;
	background-color: black;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	background: black url(/images/logo_top.png) no-repeat center center;
	font-size: 30px;
	}

.content {
	width: 100%;
	height: 100%;
	}

img {
	border: 0px;
	}

a {
	border: 0px;
}

h1 {
  font-size: 24px;
  }
h5 {
  font-size: 18px;
  }
