.background
{
	background: url("/assets/images/background.png");	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 0;
	background-attachment: fixed;
}

.bg-members
{
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("/assets/images/character_select_1.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 0;
	background-attachment: fixed;
}

.bg-raids
{
	background: #27004C;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("/assets/images/bg-raids.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 0;
	background-attachment: fixed;
}

.text-shadow
{
	text-shadow:
		0px 0px 2px #000,
		0px 0px 2px #000,
		0px 0px 2px #000,
		0px 0px 2px #000,
		0px 0px 2px #000;
}