#tile-container.left, #tile-container.right, #tile-container.center, #tile-container.fit, #tile-container.fill, #tile-container.drag{
	display: none;
}

#tile-container.tile{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
}

#background.left, #background.right, #background.center, #background.drag, #background.fill{
	text-align: left;
}

#bg-stretch-container.left{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

#background.left{
	position: absolute;
	top: 35px;
	left: 0px;
	right: auto;
	width: auto;
	height: auto;
}

#bg-image.left{
	position: relative;
	left: 0px;
	right: auto;
	top: 0px;
	width: auto;
	height: auto;
}

#bg-stretch-container.right{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

#background.right{
	position: absolute;
	top: 35px;
	right: 0px;
	left: auto;
	width: auto;
	height: auto;
}

#bg-image.right{
	position: relative;
	width: auto;
	height: auto;
}

#bg-stretch-container.center{
	position: absolute;
	text-align: center;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
}

#background.center{
	position: relative;
	display: inline-block;
	top: 35px;
	right: auto;
	left: 0px;
	width: auto;
	height: auto;
}

#bg-image.center{
	position: relative;
	width: auto;
	height: auto;
	margin: 0;
}

#bg-stretch-container.fit{
	position: fixed;
	width: 100%;
	height: 100%;
}

#background.fit{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
}

#bg-image.fit{
	margin-top: 0px !important;
	position: relative;
	display: inline-block;
}

#bg-stretch-container.fill{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#background.fill{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#bg-image.fill{
	margin-top: 0px !important;
	position: absolute;
	display: none;
}

#bg-stretch-container.tile{

}

#background.tile{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-position: 50% 32px;
}

#bg-image.tile{
	margin-top: 0px !important;
	position: absolute;
	display: none;

}

#bg-stretch-container.drag{
	position: absolute;
	top: 35px;
	left: 0px;
	height: 100%;
	width: 100%;
}

#background.drag{
	position: absolute;
	top: 35px;
	left: 50%;
	right: auto;
	margin: 0px;
}

#bg-image.drag{
	position: relative;
}

#profile.center{
	text-align: left;
}