﻿body 
{
	background-color: #909090;
}

#outer
{
	width: 800px;
	height: 100px;
	margin: auto;
}

#banner 
{
	width: 100%;
	height: 100px;
}

#top
{
	width: 100%;
	height: 40px;
	background-image: url("top.jpg");
	background-repeat: no-repeat;
}

#main 
{
	width: 100%;
	background-image: url("repeat_main.jpg");
	background-repeat: repeat-y;
}

#left
{
	float: left;
	width: 400px;
	padding: 0px 0px 20px 0px;
	min-height: 100px;
}

#right
{
	float: left;
	width: 400px;
	padding: 10px 0px 20px 0px;
}

#ftr
{
	float: left;
	width: 100%;
	height: 50px;
	background-image: url("ftr.jpg");
	background-repeat: no-repeat;
}

.clear
{
	clear: both;
}