body {
	background-color: #999999;
	font-family:arial;
	color: black;
	font-size:14px;
	margin: 0px;
	min-width: 1000px;

}
a{
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	font-style: italic;
}
#container {
	position: absolute;
	height: 1000px;
	width: 1410px;
    top: 50%;
	left: 50%;
	text-align: left;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	margin-top: -500px;
	margin-left: -750px;
	background-position:center;
	

}
#content{
	margin-left: 535px;
	margin-top: 350px;
	text-align: justify;
	}
	#facebook{
		position: absolute;
		top:50%;
		left:50%;
		margin-left: -320px;
		margin-top: 300px;
		text-align: justify;
		width: 45px;
		height: 45px;

		}
		#youtube{
			position: absolute;
			top:50%;
			left:50%;
			margin-left: -265px;
			margin-top: 300px;
			text-align: justify;
			width: 45px;
			height: 45px;

			}
#footer{
	position: absolute;
	top:50%;
	left:50%;
	margin-left: -485px;
	margin-top: 380px;
	text-align: center;
	font-size: 11px;
}
#pictures {

   height: 250px;
   overflow: hidden;
   position: relative;
   font-family: arial;
}
#pictures-content {
	position:   absolute;
   left:       0px;
   top:         0px;
}
.slider {
  background:#7f7f7f;
  height: 12px;
  margin-top: 7px;
}
  .slider .knob {
    background: #000;
    width: 12px;
    height: 12px;
  }
#container_i {
	position: absolute;
	width: 500px;
	height: 210px;
	top:50%;
	left:50%;
	margin-left: -250px;
	margin-top: -75px;
	text-align: center;
}
#footer_i{
	position: absolute;
	width: 500px;
	top:50%;
	left:50%;
	margin-left: -250px;
	margin-top: 125px;
	text-align: center;
	font-size: 10px;
}

#head{
	font-weight: bold;
	font-size: 200%;
}
p {
	margin:0;
}