html {
	min-height: 100%;
	background: url(images/red.jpg) top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #274d60;
	font-family: 'Arial', sans-serif;
	color: #ffffff;
	font-size: 15px;
	padding: 0;
	margin: 0;
}


#info-fixed {
	position: fixed;
	top: 50%;
	right: 30px;
}

.info-bg {
	position: relative;
	display: inline-block;
	background-color: #274d60;
	padding: 3px 3px 3px 3px;
	margin: 0 0 3px 0
}


.info-bg a:link,
.info-bg a:visited, 
.info-bg a:active,
.info-bg a:hover { 
	font-size: 15px;
	text-decoration: none;
	font-weight: normal;
}

.info-bg a:link,
.info-bg a:visited, 
.info-bg a:active { 
	color: #ffffff;
}

.info-bg a:hover { 
	color:#c3e4f5;
}

#footer-fixed {
	position: fixed;
	bottom: 10%;
	right: 30px;
}