﻿#tlcorner {
	background-image: url('images/tl.gif');
	float: left;
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}
#trcorner {
	background-image: url('images/tr.gif');
	background-repeat: no-repeat;
	float: right;
	width: 10px;
	height: 10px;
}
#blcorner {
	background-image: url('images/bl.gif');
	float: left;
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}
#brcorner {
	background-image: url('images/br.gif');
	background-repeat: no-repeat;
	float: right;
	width: 10px;
	height: 10px;
}
#mainbot {
	height: 10px;
	width: 605px;
}
#maintop {
	height: 10px;
	width: 605px;
}
