@import url("font-awesome.min.css");
@import url("http://fonts.googleapis.com/css?family=Raleway:400,400italic,700,800");	


html {
		background-color: #313a3d;
		background-attachment: fixed,						fixed;
		background-image: url("images/overlay.png"), url("../../images/pic07.jpg");
		background-position: top left,					center center;
		background-repeat: repeat,						none;
		background-size: auto,						cover;
	}