html { min-height: 100%; }

body{
	font-family:Verdana, Geneva, sans-serif;
  background-color:#fff;

	/* width:1200px; */
	margin: 0 auto;
	border-left:1px solid #EEE;
	border-right:1px solid #EEE;
}

.bg-default{
  background-color: #308ccc;
}

.label_big{
	font-size:36px;
}
p{
	padding:0;
	margin:0;	
}

h1{
	display:block;
	text-align:center;
	font-size:63px;
	line-height: 80px;
	color: #fff;
	text-shadow : 1px 1px #333;
	font-weight:bold
}

.section-title{
	text-align:center;
	border:1px solid #000	
}
div.content{	
	max-width: 100%;
	min-height: 100%;
	position: relative;
	margin:auto 0;
}

.image{
	position: relative;
	display:inline;
}
.label{
	position: absolute;
	color:#fff;
	top: -70px;
	font-size:20px;
	font-weight:bold;
	font-family: 'Khmer', Verdana, Geneva, sans-serif;
	text-shadow : 1px 1px #333;
}
.text{
	position: absolute;
	color:#fff;
	left: 23px;
	top: -23px;
	font-size:40px;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
	text-shadow : 1px 1px #000;
}
.language{
	float: right;
	margin-right: 10px;
}



#login{
	margin: 0 auto;
	width:400px;
	background: #dddddd;
	padding:30px 40px 30px 40px;
	border-radius: 5px;
	border: 1px solid #CCC
}

.welcome-banner{
	position:absolute; 
	bottom: 0; 
	color:#FFF;
	width:100%; 
	height:295px; 
	background-image:url(../images/welcome-banner.png); 
	background-repeat:no-repeat;
	background-size: 1024px 295px;
}

.question-banner{
	position:absolute; 
	bottom: 0; 
	color:#FFF;
	width:100%; 
	height:295px; 
	background-image:url(../images/question-banner.png); 
	background-repeat:no-repeat;
	background-size: 1024px 295px;
}


.counter{
	display:inline-block;
	color:#000;
	text-decoration:none;
	width: 120px;
	height: 120px;	
	background-image: url(../images/Circle_Grey.png);
	background-position:center;
	background-size:120px 120px;
	background-repeat:no-repeat;
	position:relative;
	margin-bottom: 20px;
}

.counter span{
	position:absolute;
	font-size:20px;
	font-weight:bold;
	width:120px;
	left:0;
	bottom:10px;
	text-align:center;
}

a{
	text-decoration:none	
}

tr{
	height:35px;	
}

.button{
	display: inline-block;
	padding:5px;
	border: 1px solid #888;	
	border-radius: 3px;
	color: #000;
	background-color:#eee
}