/* global -------------------------------------------------------------------------------------------------- */

	body{
		background:transparent url('../../img/back.jpg') center center no-repeat fixed;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
	}

	a{
		text-decoration:none !important;
	}

	.btn{
		outline:none !important;
	}

	table{
		margin-bottom:0px !important;
	}

/* global -------------------------------------------------------------------------------------------------- */