body {
	background-color: white;
	margin: 0;
   padding: 0;
	}
	
#header {
	background:url(imgs/backgroundheader.png) no-repeat center;
	width: 1218px;
	height: 655px;
	margin: auto;
	}
	
#buttonpt {
	position: absolute;
	background:  transparent url('imgs/ptbutton.png') top no-repeat;
	width: 50px;
	height: 47px;
	display: block;
	margin-left: 150px;
	margin-top: 17px;
	}
	
#buttonpt:hover {
	background-position: bottom;
	}
	
#buttonpt.active {
	background-position: bottom;
	}
	
#buttones {
	position: absolute;
	background:  transparent url('imgs/esbutton.png') top no-repeat;
	width: 50px;
	height: 47px;
	display: block;
	margin-left: 200px;
	margin-top: 17px;
	}
	
#buttones:hover {
	background-position: bottom;
	}
	
#buttones:active {
	background-position: bottom;
	}
	
#buttonuk {
	position: absolute;
	background:  transparent url('imgs/ukbutton.png') top no-repeat;
	width: 50px;
	height: 47px;
	display: block;
	margin-left: 250px;
	margin-top: 17px;
	}
	
#buttonuk:hover {
	background-position: bottom;
	}
	
#buttonuk:active {
	background-position: bottom;
	}
	
#header a img {
	position: absolute;
	margin-left: 885px;
	margin-top: 65px;
	border: none;
	}
	
#menu {
	position: absolute;
	font-family: arial;
	font-size: 24px;
	margin-top: 225px;
	width: 1190px;
	text-align: center;
	}
	
#menu a {
	text-decoration: none;
	color: white;
	padding-left: 45px;
	text-shadow: 3px 3px 3px #013c2e;
	}
	
#menu a:hover {
	color: #ffcf06;
	}
	
#menu a.active {
	color: #ffcf06;
	}
	
#tables {
	position: absolute;
	width: 1000px;
	height: auto;
	margin-left: 110px;
	margin-top: 300px;
	}
	
#tables tr {
	vertical-align: top;	
	}
	
#text {
	font-family: arial;
	font-size: 15px;
	color: #505050;
	width: 480px;
	line-height: 20px;
	}
	
#text2 {
	font-family: arial;
	font-weight: bold;
	font-size: 18px;
	color: #b5121b;
	width: 485px;
	}
	
#container {
	position: absolute;
	width: 1000px;
	height: auto;
	margin-left: 110px;
	margin-top: 300px;
	}
	
#footer {
	background:url(imgs/backgroundfooter.png) no-repeat center;
	width: 1218px;
	height: 564px;
	margin: auto;
	margin-top: 144px;
	}
	
#copyright {
	color: white;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	margin-top: 365px;
	margin-left: 135px;
	}
	
#menu2 {
	position: absolute;
	font-family: arial;
	font-size: 12px;
	margin-top: 361px;
	margin-left: 585px;
	width: 540px;
	text-align: center;
	font-weight: bold;
	}
	
#menu2 a {
	text-decoration: none;
	color: #00674e;
	padding-left: 20px;
	}
	
#menu2 a:hover {
	color: white;
	}
	
#menu2 a.active {
	color: white;
	}
	
#footer a img {
	position: absolute;
	border: none;
	margin-left: 1032px;
	margin-top: 396px;
	}
	
#contacts {
	position: absolute;
	width: 1000px;
	height: auto;
	margin-left: 110px;
	margin-top: 300px;
	}
	
#form {
	background: url(imgs/backcontacts.png) center no-repeat;
	width: 409px;
	height: 349px;
	position: absolute;
	margin-left: 535px;
	margin-top: 10px;
	}
	
#form tr td {
	
	text-align: left;
	}
	
#name {
	width: 409px;
	font-family: arial;
	font-size: 12px;
	color: #6c666c;
	border: none;
	background: none;
	margin-left: 10px;
	margin-top: 10px;
	}	
	
#email {
	width: 409px;
	font-family: arial;
	font-size: 12px;
	color: #6c666c;
	margin-top: 4px;
	border: none;
	background: none;
	margin-left: 10px;
	margin-top: 32px;
	}
	
#message {
	width: 409px;
	height: 240px;
	font-family: arial;
	color: #6c666c;
	font-size: 12px;
	margin-top: 14px;
	border: none;
	background: none;
	margin-left: 10px;
	margin-top: 32px;
	}
	
.button {
	background: url(imgs/sendbutton.png) center top no-repeat;
	width: 81px;
	height: 27px;
	cursor: pointer;
	cursor: hand;
	border: none;
	margin-top: 15px;
	margin-left: 20px;
	position: absolute;
	text-indent: -1000em;
	}
	
.button:hover {
	background-position: bottom;
	}
	
#address p {
	position: absolute;
	float: right;
	width: 245px;
	font-family: arial;
	margin-left: 800px;
	margin-top: 820px;
	line-height: 22px;
	text-align: right;
	}