*{
	outline: 0;
}
html, body
{
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	background: #fef2cd
}
.container
{
	width: 840px;
	margin: 0 auto;
	border: 2px #ffff00 solid;
	overflow: hidden;
	background: #ffffff url('../img/bg.jpg') repeat-x top;
	
}
h1
{
	color: red;
	width: 100%;
	text-align: center;
	padding: 15px 0px;
}
.p
{
	width: 702px;
	margin: 0 auto;
	text-align: justify;
	line-height: 18px;
}
.bottom
{
	margin: 20px auto;
	padding: 5px;
	color: white;
	width: 590px;
	background: red;
	text-align: center;
	line-height: 18px;
	min-height: 70px;
}

.bottom .fb,
.bottom .gp,
.bottom .tweet {
	width: 130px;
	height: 30px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	margin: 15px 0 0 0;
}

.bottom .fb { margin: 18px 0 0 110px; }
.bottom .tweet { margin: 18px 0 0 0px; }
.img img,
.img div
{
	float: left;
}
.img img
{
	display: block;
	margin: 5px;
}

.img
{
	overflow: hidden;
}

.img div
{
	width: 450px;
	margin: 50px 0 0 20px;
}

.img a
{
	text-decoration: none;
	color: white;
	font-weight: normal;
}

#emilek
{
	position: relative;
	width: 702px;
	height: 511px;
	margin: 10px auto;
	border: 2px red dotted;
}
#emilek .p1,
#emilek .p2,
#emilek .p3
{
	position: absolute;
	color: red;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
}
#emilek .p1
{
	bottom: 134px;
	left: 50px;
}
#emilek .p2
{
	bottom: 129px;
	left: 45px;
}
#emilek .p3
{
	bottom: 41px;
	left: 45px;
}
.fb_ico
{
	display: none;
}