@charset "utf-8";
/* CSS Document */

body {
	/*background-color:#ef3c24;*/
	background-color:#FF3300;
}
#container {
	width:980px;
	height:600px;
	margin:auto;
}
#reclame{
	position:absolute;
	top:20px;
	float:left;
left:500px;
	box-shadow: 10px 10px 10px #000; /* horizontal-offset vertical-offset 'blur' colour */ 
   -moz-box-shadow: 0 0 10px #000; 
   -webkit-box-shadow: 0 0 14px #000;
	behavior: url(css/ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
	z-index:100;
	color:#000;
	font-family:"Arial", Gadget, sans-serif;
	font-weight:bold
}
h1 {
	font-size:15px;
}
h2 {
	font-size:14px;
}
h3 {
	font-size:13px;
}
map {
	border:none;
	outline:none;
	visibility:hidden;
}
