
#main
{
	width: 800px;
	height: auto;
	margin-left: -400px;
	position: absolute;
	top: 100px;
	left: 50%;
	padding: 0px;
	
}

#top
{
	position: absolute;
	width: 800px;
	height: 150px;
	top: 0px;
}

#mainnavi
{
	position: absolute;
	width: 800px;
	height: 40px;
	top: 165px;
	background-color: #FF9933;

}

#subnavi
{
	position: absolute;
	width: 800px;
	top: 207px;
	background-color: #FF9933;
	padding: 5px 0 5px 0px;
}

#content
{
	position: absolute;
	width: 800px;
	top: 255px;
	background-color: #FF9933;
	margin-bottom: 30px;
}

#content2rows
{
	position: absolute;
	width: 800px;
	top: 280px;
	background-color: #FF9933;
	margin-bottom: 30px;
}
	
