@charset "UTF-8";
body {
	background-image: url(img/bg1.gif);
	background-repeat: repeat;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: small;
}
p {
	margin-top: 0px;
}
#container {
	height: 580px;
	width: 960px;
	margin-left: -480px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -290px;
	background-color: inherit;
}
#top {
	background-image: url(img/pim_top.gif);
	background-repeat: no-repeat;
	height: 335px;
}
#text_left {
	left:10px;
	top:133px;
	width:515px;
	z-index:1;
	height: 180px;
	overflow: auto;
	float: left;
	position: relative;
}
#text_right {
	position:relative;
	width:408px;
	height:180px;
	overflow: auto;
	float: right;
	top: 133px;
	right: 10px;
}
#footer {
	clear: both;
	position: relative;
	top: 135px;
}
h2 {
	margin-top: 0px;
}
a {
	color: #333333;
}
