﻿@charset "utf-8";
#apDiv1 {
	position:absolute;
	z-index:1;
	overflow: visible;
	left: 0;
	top: 0;
	width: 100%;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	height: 216px;
}
#apDiv2 {
	position:absolute;
	width:800px;
	height:50px;
	z-index:1;
	top: 185px;
}
/* CSS Document */

body {
	background-color: #333333;
	background-attachment: scroll;
	background-image: url(img/bg2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

