﻿body {
	font-size: 18px;
	font-family: Calibri,Times New Roman,Verdana,Sans-Serif;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	color: black;
	padding:0px;
	background-color: white;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	text-align: justify;
}
#main {
	width: 900px;
	margin: 0px auto;
	overflow: hidden;
	padding-bottom: 0px;
}
#flash {
	width: 900px;
	height: 267px;
	background-color: #f7f7f7;
}
#left {
	position: relative;
	float:left;
	width: 260px;
}
#center {
	position: relative;
	float:right;
	width: 640px;
	height: 633px;
	background-image: url(images/center.jpg);
}
#middle {
	position: absolute;
	top: 10px;
	left: 35px;
	width: 550px;
}
#middle_g {
	position: absolute;
	top: 10px;
	left: 35px;
	width: 550px;
	height: 593px;
	padding-right: 30px;
	padding-bottom: 20px;
	overflow:auto;
}
