@charset "utf-8";
/* CSS Document */



/* -- override default bootstrap styles -- */

html {
	height:				100%;
}

body {	
	background-image:	url(../img/mechanic-russel.jpg);
	background-repeat:	no-repeat;
	background-size:	cover;
	
	color:				#fff;
	font-size:			18px;
	height:				100%;
	text-shadow: 		1px 1px 1px #000;
}
