html, body {
	height: 100%
}
body {
	background-color: #414042;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans'
}
a {
	transition: all 0.2s linear !important;
	-moz-transition: all 0.2s linear !important;
	-webkit-transition: all 0.2s linear !important;
	-o-transition: all 0.2s linear !important;
}
#issuu-wrapper {
	position: absolute;
	top: 25px;
	bottom: 5px;
	left: 0;
	right: 0
}
#header, #footer {
	display: block;
	width: 100%;
	left: 0;
	background: #414042;
	position: absolute;
	z-index: 100;
	color: #fff
}
#header {
	top: 0;
	height: 60px;
	line-height: 60px
}
#footer {
	bottom: 0;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 10px;
	text-align: center
}
#footer a {
	color: #fff;
	text-decoration: none
}
#footer a:hover {
	color: #fff;
	text-decoration: underline
}
h1 {
	margin: 0 0 0 20px;
	padding: 0;
	display: inline-block;
	float: left;
	font-size: 16px;
	font-weight: 100
}
h1 strong {
	font-weight: bold
}
#header a {
	float: right;
	display: inline-block;
	background: #414042;
	border: 1px solid #fff;
	font-size: 10px;
	padding: 0 15px;
	line-height: 30px;
	height: 30px;
	margin: 12px 12px 0 0;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: center
}
#header a:hover {
	background: #2483cd;
	border: 1px solid #2483cd;
}

@media only screen and (max-width: 800px) {
#header a {	
	padding: 0 5px;
	letter-spacing:0;
	margin: 12px 5px 0 0;
	
}
}

@media only screen and (max-width: 600px) {

h1 {display:block; float:left; width:100%; margin:0; text-align:center}
#header {background:#eee; color:#333; height:210px}
#header a {	
display:block; width:80%; margin:5px 10%; padding:0; letter-spacing:1px;	background: #2483cd;
	border: 1px solid #2483cd;
}
#footer {
	font-size: 8px;
	
}
#issuu-wrapper {

	top: 190px;
	
}
}