#footer {
	color: #303030;
	position: fixed;
	bottom: 3px;
	right: 15px; 
}

@media (max-width: 610px) {
	#footer {
		left: 15px;
	}
} 


body {
	background-image: url("lain.png");
	background-color: rgb(91,118,132);
	background-position: right 25% bottom 0%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 15%;
}

a {
	color: #3d3d3d;
	text-decoration: none;
}

a:hover {
	color: #2d2d2d;
}
