/* CSS Document */

body {
	background: #ffe url("images/backgroundBody.gif") repeat-x;
	color: #999;
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: x-small;
	margin: 0;
	padding: 0;
}
a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#content {
	background: url("images/backgroundContent.gif") no-repeat center top;
	height: 600px;
	/*left: 50%;
	position: absolute;*/
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	/*margin: 0 0 0 -450px;*/
	width: 900px;
}
#cages {
	background: url("images/backgroundCages.gif") no-repeat center top;
	float: left;
	margin: 250px 0 0 0;
	padding: 150px 0 0 0;
	width: 275px;
}
#sickles {
	background: url("images/backgroundSickles.gif") no-repeat center top;
	float: right;
	margin: 250px 0 0 0;
	padding: 150px 0 0 0;
	width: 275px;
}
#footer {
	font-size: 90%;
	padding-top: 100px;
	text-align: center;
}
