body	{
	background-color: gray;
	font-family: Verdana, san-serif;

}

#container	{
	position: relative;
	width: 1000px;
	top: 0px;
	height: 700px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(./images/background.jpg);
	background-repeat: repeat-y;
}

#leftbox	{
	position: absolute;
	top: 200px;
	left: 20px;
	width: 200px;
}

#rightbox	{
	position: absolute;
	top: 200px;
	left: 260;
	width: 720px;
}

#banner	{
	position: relative;
	top: 0px;
	left: 0px;
	height: 120px;
	
}
