@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}
body {
	background-image:url(images/body_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#c2c2c2;
}
#container {
	background-image:url(images/cont_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:926px;
	height:600px;
	position:absolute;
	left: -463px;
	margin-left:50%;
}
.sites {
	background-position:top left;
	background-repeat:no-repeat;
	position: relative;
	float:left;
	width:172px;
	height:200px;
}
.entrance {
		background-position:top left;
	background-repeat:no-repeat;
	position: relative;
	float:left;
	width:172px;
	height:50px;
}
.entrance a, img {
	border:none;
	outline: none;
	float:left;
}
#imp {
	width:200px;
	height:30px;
	position: absolute;
	left: 726px;
	top:0px;
}
#imp_content {
	background-image:url(images/imp_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width: 900px;
	height: 500px;
}
p, h2 {
	margin-left:20px;
	text-align:justify;
	font-size:14px;
}