﻿html, body {
	margin: 0;
	height: 100%;
	text-align:center;
}
#main {
width: 704px;
	border-width: 0px;
	border-style: none;
	padding: 0px;
	margin: 0 auto;
	border-spacing: 0px;
	table-layout: auto;
	margin-top: 20px;
}
#header {
	background-image: url('images/header.jpg');
	width: 704px;
	height: 71px;
	background-repeat: no-repeat;
	position: relative;
}
#left {
	background-image: url('images/left.jpg');
	width: 465px;
	height: 315px;
	background-repeat: no-repeat;
	float: left;
	position: relative;
}
#right {
	background-image: url('images/right.jpg');
	width: 239px;
	height: 315px;
	background-repeat: no-repeat;
	float: left;
	position: relative;
}
#bottom {
	display:block;
	position:relative;
	float:left;
}

