@CHARSET "UTF-8";

div.Main {
  margin:120px 0 0 0;
  background:url('http://popihotel.gr/elements/content_background.png') 40px 0 no-repeat;
  width:1334px;height:1591px;
  margin-left:auto;
  margin-right:auto;
  text-align: justify;
}

div.Main > div.HeaderArea {
	/*border:1px solid red;*/
	position:relative;
	top:105px;
	left:340px;
	width:797px;
	height:77px;	
}

div.Main > div.HeaderArea > div.HeaderContent {
	font-family: "Trebuchet MS";
	font-size: 48px;
	color: #af2612;
	padding:10px 0 0 10px;
}

div.Main > div.ContentArea {
  /*border:1px solid red;*/
  position:relative;
  left:198px;
  top:104px;
  width:938px;
  height:1274px;
  font-family: Verdana;
  font-size: 12px;
}

div.Main > div.ContentArea div.ContentHeader {
	font-size: 24px;
	color: #047ac0;
	margin: 25px 0 25px 55px;
}

div.MainTextArea {
	height:100px;
	margin-top:20px;
	overflow: auto;
	padding-right: 10px;
}