﻿.body {
	background-image:url('home-page-images/mapcam_firstlight_color_rot.png');background-position:center top;background-repeat:repeat
}

.checker {
	background-image:url('home-page-images/check-board-002.png');background-position:center top;background-repeat:repeat
}

.content {
	width:100%;margin:0;position:relative;top:50%;left:50%;transform:translate(-50%, -50%)
}

.bar1 {
	background-image:url('home-page-images/stage-select-bar-001.png');background-position:left top;background-repeat:repeat;height:18px
}

.content1 {
	background-color:#51A251;text-align:center
}

.bar2 {
	background-image:url('home-page-images/stage-select-bar-002.png');background-position:left top;background-repeat:repeat;height:18px
}

.border{
border:1px solid #7c5b2b; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:"Times New Roman", Times, serif; 
padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;font-weight:bold; color: #FFFFFF;
background-color: #a67939; background-image: linear-gradient(to bottom, #a67939, #845108);
}

.button{
	border:1px solid #616261; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family:"MS Sans Serif"; 
	padding: 10px 10px 10px 10px; 
	font-weight:bold; 
	text-align: center; 
	color: #FFFFFF; 
	background-color: #7d7e7d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), to(#707070));
	background-image: -webkit-linear-gradient(top, #d3d3d3, #707070);
	background-image: -moz-linear-gradient(top, #d3d3d3, #707070);
	background-image: -ms-linear-gradient(top, #d3d3d3, #707070);
	background-image: -o-linear-gradient(top, #d3d3d3, #707070);
	background-image: linear-gradient(to bottom, #d3d3d3, #707070);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d3d3d3, endColorstr=#707070);
	background-image: linear-gradient(to bottom, #7d7e7d, #0e0e0e);
	}

.text-normal{
	font-family:"Times New Roman", Times, serif;
	font-size:x-large;
}
