body{
 font-family: 'Athiti', sans-serif;
}
div.font_small {
    font-size: 12.5px;
	margin: 0px auto;
}
div.font12 {
    font-size: 15px;
}
div.font15 {
    font-size: 15px;
}
div.font20 {
    font-size: 20px;
}
div.font50 {
    font-size: 50px;
}
#container1 {
	width: 1024px;
	margin: 10px auto;
	position: relative;
	border: 1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #eed;
	box-shadow: 2px 2px  2px rgba(0,0,0,0.6);
	-moz-box-shadow: 2px 2px  2px rgba(0,0,0,0.6);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.6);
	-o-box-shadow: 2px 2px  2px rgba(0,0,0,0.6);
}
#container2 {
	width: 90%;
	margin: 10px auto;
	position: relative;
	border: 1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFFFFF;
	box-shadow: 2px 2px  2px rgba(0,0,0,0.6);
	-moz-box-shadow: 2px 2px  2px rgba(0,0,0,0.6);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.6);
	-o-box-shadow: 2px 2px  2px rgba(0,0,0,0.6);
}
#container3 {
	width: 95%;
	margin: 10px auto;
	position: relative;
	border: 1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #F4F4F4;
	box-shadow: 2px 2px  2px rgba(0,0,0,0.6);
	-moz-box-shadow: 2px 2px  2px rgba(0,0,0,0.6);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.6);
	-o-box-shadow: 2px 2px  2px rgba(0,0,0,0.6);
	
}
#container4 {
	width: 450px;
	margin: 10px auto;
	position: relative;
	border: 1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #F4F4F4;
	box-shadow: 2px 2px  2px rgba(0,0,0,0.6);
	-moz-box-shadow: 2px 2px  2px rgba(0,0,0,0.6);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.6);
	-o-box-shadow: 2px 2px  2px rgba(0,0,0,0.6);
	
}
body, html { height: 90%; }
.outer {
  width: 1px;
  height: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.inner {
  position: absolute;
  width:100%;
  height: 40%;
  background: grey;
  top: 30%;
  box-shadow: 0px 0px 30px 20px grey;
}
