﻿#container
{
	height: 100%;
	width: 100%;
	position: relative;
	top: 0;
	margin: 0px auto;	
}
#header
{
	width: 1000px;
	margin: 0 auto;
	position:relative;
	height: 225px;
}
#container_main
{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#containertop
{
	position: relative;
	height: 45px;
}
#containercenter
{
	position: relative;
}
#containermenu
{
	float:left;
	width: 210px;
	margin-bottom: 40px;
	z-index: 5;
}
#containermain
{
	float:left;
	position: relative;
	width: 770px;
	margin-bottom: 40px;
	z-index: 5;
}