@charset "UTF-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	font-size: 62.5%; /* sets the stage for using ems */
	font-family:'lucida grande', tahoma, sans-serif;
		background-image: url(http://www.antigaarabia.com/images/layout/bg.png);
	background-repeat: no-repeat; 
	background-position:center 0;
	background-color:#EDECEA;
}
#main_page h1 {
	margin:0;
	padding:0;
	font-size:3.6em;
	color:#333;
	height:35px;
	margin-left:15px
}
#main_page h2 {
	margin:0;
	color:#666;
	padding:0;
	margin-bottom:10px;
	font-size:2.3em;
	margin-left:15px
}
