/* Index CSS */

body {
	padding: 0;
	margin: 0;
	text-align: center;
	background: url(../images/tile.gif) repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#container {
	width: 1024px;
	height: 605px;
	margin-left: auto;
    margin-right: auto;
	background: url(../images/bg.gif) no-repeat top left;
}

#footer {
	width: 1024px;
	height: 163px;
	margin-left: auto;
    margin-right: auto;
	background: url(../images/bg.gif) no-repeat bottom left;
}

.footer-copy {
	padding-top: 9.5em;
	padding-left: 5em;
	color: #b10838;
	font-size: 11px;
	text-align: center;
	background: none;
}

a {
	color: #b10838;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
