

body {

	*background: url('../img/bgs/pattern.png') top left repeat, url('../img/bgs/bg1.jpg') top left no-repeat;
	background: url('../img/bk.jpg') top left no-repeat;

	background-attachment: fixed;

	background-position: top left;

	-webkit-background-size: auto, cover;

	-moz-background-size: auto, cover;

	-o-background-size: auto, cover;

	background-size: auto, cover;


}

.tiles{
	background-color: none !important;
}
.tiles.white{
	background-color: rgba(0,0,0,0.7);
}

.tiles.grey.login{
	background-color: rgba(0,0,0,0);
}

h2{
	color: #FFF;
}

.tiles p {
  margin: 0 0 5px;
  color: #DFDFDF;
}