@import url(http://fonts.googleapis.com/css?family=EB+Garamond);

* {
	margin:0px; 
}

body, html {
  height:100%;
}

body{
	background:#e3e3e3;
	font-family: 'EB Garamond', serif;
	font-size:16px;
	color:#000000;
	text-align:center;
}

#wrapper {
    position: relative;
    min-height: 100%;
	width:100%;
	height: 100%;
}

#container {
    padding-bottom: 108px;
}

#container h1{
	font-size:24px;
	padding:45px 0px;
	font-weight:normal;
}
#container h1 small{
	font-size:16px;
}
#container p{
	margin-bottom:64px;
}
#container a {
	text-decoration:none;
	color:#336699;
	line-height:36px;
}
footer{
	background:url(../images/footer-bg.jpg) repeat-x bottom ;
	height:108px;
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
}
footer div{
	position:relative;
	width:960px;
	margin:0px auto;
	height:108px;
	overflow:hidden;
}
footer p{
	background:url(../images/text-bg.jpg) repeat-x bottom;
	border: 1px solid #acacac;
	width:304px;
	font-size:21px;
	position:absolute;
	top:0px;
	padding:6px;
	left:323px;
	margin:0px;
}
footer img{
	margin-top:47px;
}
