@charset "UTF-8";
/* CSS Document */
/* Background */
body {
	background-image:url(../_images/redirect.jpg);
	background-size: cover;
	background-color: #bfe7ff;
	background-attachment:fixed;
}
/* Mobile Background Adjustment */
@media (max-device-width:1064px) and (orientation:portrait){
	body {
		background-image:url(../redirect_mobile.jpg)
	}
}