﻿body 
{
	background-image:url(./images/background.jpg);
	background-color:#FFF;
	background-position: center top;
	margin:0px;
	padding:0px;
	background-repeat: repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4F4F4F;
}

.header {
	background-color: transparent;
	width:968px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(./images/retouh_01.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:617px;
}
.form {
	background-color: transparent;
	width:968px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(./images/retouh_02.png);
	background-repeat: repeat-y;
	background-position:center top;
}
.footer1 {
	background-color: transparent;
	width:968px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(./images/retouh_04_01.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:192px;
}
.footer2 {
	background-color: transparent;
	width:968px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(./images/retouh_04_02.jpg);
	background-repeat:repeat-y;
	background-position:center top;
	height:93px;
}
.footer3 {
	background-color: transparent;
	width:968px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(./images/retouh_04_03.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:291px;
}

.reg_error { color: red; }