HTML, BODY
{
	height: 100%;
	margin: 0px;
	/*overflow: hidden;*/
	padding: 0px;
	width: 100%;
}

HTML
{
	overflow-y: scroll;
}

BODY
{				
	background-color: #bfaf87;
	cursor: default;
}
				
DIV#flyer
{
	display: none;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 60px;
	z-index: 7;
	width: 100%;
}

DIV#page
{
	bottom: 0px;
	height: 100%;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100%;
	z-index: 1;
}

	DIV#page *
	{
		position: relative;
		z-index: 2;
	}

	DIV#page DIV#left
	{
		background-image: url(image/background_left.jpg);
		float: left;
		height: 800px;
		width: 49%;
	}

	DIV#page DIV#right
	{
		background-image: url(image/background_right.jpg);
		float: right;
		height: 800px;
		width: 49%;
	}
	
	DIV#form
	{
		background-image: url(image/form_background.jpg);
		background-repeat: no-repeat;
		height: 800px; 
		margin: 0px auto;
		position: relative;
		width: 1000px;
		z-index: 3;
	}
	
		DIV#form DIV#flyers
		{
			left: 274px;
			position: absolute;
			top: 29px;
			width: 500px;
			z-index: 7;
		}
		
			DIV#form DIV#flyers A
			{
				display: block;
				float: left;
				margin-right: 19px;
			}
			
				DIV#form DIV#flyers A IMG
				{
					border: 0px;
				}
	
		IMG#error
		{
			display: block;
			left: 377px;
			position: absolute;
			top: 292px;
			z-index: 4;
		}
	
		DIV#form FORM
		{ 
			display: block;
			height: 800px; 
			left: 0px;
			margin: 0px auto;
			padding: 0px;
			position: absolute;
			top: 0px;
			width: 1000px;
			z-index: 5;
		}
		
			INPUT.input
			{
				background-color: transparent;
				border: 0px;
				font-size: 11px;
				height: 14px;
				padding: 2px 4px 2px 4px;
				position: absolute;
				width: 166px;
				z-index: 6;
			}
			
			INPUT#name
			{
				background-image: url(image/name_field.jpg);
				left: 430px;
				top: 358px;
			}
			
			INPUT#email
			{
				background-image: url(image/email_field.jpg);
				left: 430px;
				top: 384px;
			}
			
			INPUT#submit
			{
				background-color: transparent;
				border: 0px;
				cursor: pointer;
				height: 24px;
				left: 430px;
				position: absolute;
				top: 413px;
				width: 136px;
			}