@import url("base.css");

#container
{
	background: #5f7b5f;
	font-size: 13px;
	width: auto;
}

#content { text-align: center; }

img
{
	background: transparent url("images/fullframe1.png") no-repeat;
	display: block;
	margin: 0 auto 10px auto;
	padding: 2px;
}

img.tall { background-image: url("images/fulltallframe1.png"); }
img.small { background-image: url("images/fullframe2.png"); }
