@charset "UTF-8";
/* CSS Document */

body {
	background: url(../images/background.gif);
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size: 62.5%;
}

#container {
	background: url(../images/main_background-contact.gif) no-repeat;
	width: 749px;
	height: 1014px;
	margin: 0 auto;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}

#schemeLink  {
	position: absolute;
	margin: 762px 0 0 13px;
	background: url(../images/see_where_the_scheme_is.gif) no-repeat;
	height: 75px;
	width: 95px;
	padding: 0;
	overflow: hidden;
}

#schemeLink a {
	position: absolute;
	width: 300px;
	padding: 100px 30px 0 0;
	overflow: hidden;
}



#scheme {
	position: absolute;
	margin: 135px 0 0 125px;
	padding: 0;
}

.textBox, textarea {
	width: 400px;
	border: #666666 1px solid;
}
