@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0;
	height: 100%;
}

body {
background-image:url(../img/hg_start.jpg);
background-position:center;
background-repeat:repeat-x;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container
{
	margin: auto auto;
	width: 100%;
	text-align: center;
	padding: 0;
}

#logo {
	padding-top: 60px;
}

img a {
border:none;
}
img {
border:none;
}

/* -----------------FOOTER----------------- */
#container-foot {
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	height: 28px;
	color:#ffffff;
	text-align:center;
	font-size:10px;
}
#footer {
	padding: 0 1em;
	line-height: 28px;
}


#content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}