@import url('https://fonts.googleapis.com/css?family=Droid+Serif|PT+Sans');
body {
	background-color: #434343;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	color: #FFF;
}
img {
	-ms-interpolation-mode: bicubic;
}
a {
	color: #fefbc5;
	text-decoration: none;
}
a:hover{
	color: #86a2c1;
	text-decoration: none;
}
img#landing-logo {
	width: 60%;
	height: auto;
	max-width: 800px;
	border: 0;
	margin: 60px 0 100px 0;
}