/*<meta />*/

.body-container
{
	background-image: url('../images/corp/board-re.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

/* temporary background on tablet/mobile, due to versions of Safari on iOS (iPad/iPhone) not supporting a background image that uses 'background-attachment: fixed' at the same time as 'background-size: cover' */

@media only screen and (max-device-width: 1279px)
{
	.body-container
	{
		background: #1d1d1d;
	}
}

@media only screen and (max-device-width: 781px)
{
	.body-container
	{
		background: #1d1d1d;
	}
}

