@charset "utf-8";
/* CSS Document */

html, body {
	min-height: 100%;
}

body{
	background-color: #fbecd4;
	text-align: center;
	background-image: url(/images/tmgms_bg.png);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: 50% 50%;
	position: relative;
	min-width: 600px;
	margin: 0;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.supportbox{
	border-width: 1px;
	border-bottom-color: #666;
	border-left-color: #CCC;
	border-right-color: #666;
	border-top-color: #CCC;
	border-style: solid;
	position: relative;
	width: 600px;
	min-height: 520px;
	margin: 24px auto 0;
	padding: 16px 20px 20px 24px;
	box-sizing: border-box;
	text-align: left;
	background: url(/images/support_win.png) scroll repeat;
}

h1{
	color: #666;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
}

#Footer {
	margin-top: auto;
	position: relative;
	z-index: 1;
	width: 100%;
	box-sizing: border-box;
}
