html {
	background-color: #000000;
	font-family: Arial, Georgia, Serif;
}

h1 {
	font-style: italic;
	font-size: 24px;
	line-height: .375;
}

h2 {
	font-size: 18px;
	line-height: .375;
}

body {
	
}

#wrapper {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	width: 1200px;
	height: 100%;
	font-family:Arial,Helvetica,sans-serif;
}

#background {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1200px;
	height: 800px;
	background-repeat: no-repeat;
	background-image: url('images/background.jpg');
}

#header {
	position: absolute;
	top: 30px;
	left: 62px;
	width: 1075px;
	height: 290px;
	background-repeat: no-repeat;
	background-image: url('images/header.jpg');
}

#nav_container {
	position: absolute;
	top: 293px;
	left: 98px;
	width: 225px;
	height: 15px;
}

.nav_home {
	position: absolute;
	top: 1px;
	left: 20px;
	width: 49px;
	height: 13px;
	background-repeat: no-repeat;
	background-image: url('images/button_home.png');
}

.nav_home:hover {
	background-image: url('images/button_home_h.png')
}

.nav_contact {
	position: absolute;
	top: 1px;
	left: 95px;
	width: 105px;
	height: 13px;
	background-repeat: no-repeat;
	background-image: url('images/button_contact.png');
}

.nav_contact:hover {
	background-image: url('images/button_contact_h.png')
}

#content_container {
	position: absolute;
	top: 320px;
	left: 62px;
	width: 1075px;
	height: 440px;
	background-image: url('images/content.jpg');
}

#content_home_text1 {
	position: absolute;
	top: 20px;
	left: 30px;
	width: 485px;
	height: 300px;
	background-image: url('images/content_home_text1.png');
}

#content_home_text2 {
	position: absolute;
	top: 395px;
	left: 138px;
	width: 800px;
	height: 40px;
	background-image: url('images/content_home_text2.png');
}

#content_home_photo1 {
	position: absolute;
	top: -60px;
	left: 740px;
	width: 330px;
	height: 200px;
	background-image: url('images/content_home_photo1.png');
}

#content_home_photo2 {
	position: absolute;
	top: 55px;
	left: 535px;
	width: 330px;
	height: 200px;
	background-image: url('images/content_home_photo2.png');
}

#content_home_photo3 {
	position: absolute;
	top: 190px;
	left: 740px;
	width: 330px;
	height: 200px;
	background-image: url('images/content_home_photo3.png');
}

#content_contact_text_container {
	position: absolute;
	top: 50px;
	left: 30px;
	width: 485px;
	height: 235px;
}

#content_contact_text1 {
	position: absolute;
	top: 20px;
	left: 30px;
	width: 300px;
	height: 25px;
	background-image: url('images/content_contact_text1.png');
}

#content_contact_text2 {
	position: absolute;
	top: 395px;
	left: 138px;
	width: 800px;
	height: 40px;
	background-image: url('images/content_home_text2.png');
}

#content_contact_photo1 {
	position: absolute;
	top: -60px;
	left: 740px;
	width: 330px;
	height: 200px;
	background-image: url('images/content_contact_photo1.png');
}

#content_contact_photo2 {
	position: absolute;
	top: 55px;
	left: 535px;
	width: 330px;
	height: 200px;
	background-image: url('images/content_contact_photo2.png');
}

#content_contact_photo3 {
	position: absolute;
	top: 190px;
	left: 740px;
	width: 330px;
	height: 200px;
	background-image: url('images/content_contact_photo3.png');
}

#content_contact_payment {
	position: absolute;
	top: 225px;
	left: 20px;
	width: 125px;
	height: 85px;
	background-image: url('images/content_contact_payment.png');
}

#content_contact_payment01 {
	position: absolute;
	top: 215px;
	left: 10px;
	width: 224px;
	height: 123px;
	background-image: url('images/content_contact_payment01.png');
}

.button_facebook {
	position: absolute;
	top: 250px;
	left: 555px;
	width: 190px;
	height: 75px;
	background-repeat: no-repeat;
	background-image: url('images/button_facebook.png');
}

.button_facebook:hover {
	background-image: url('images/button_facebook.png')
}

#footer_container {
	position: absolute;
	top: 760px;
	left: 0px;
	width: 1199px;
	height: 45px;
	background-color: #000000;
	text-align: center;
	font-size: small;
	color: #9e9e9e;
}