
html {
	background: #b73022;
}

body {
	min-height: 700px;
	height: 100%;
	background: #b73022 url(images/bg.jpg) repeat-x top;
	text-align: center;
	font-size: 100%;
	font-family: Helvetica, Arial, sans-serif;
}

#wrapper { width: 424px; margin: 0 auto; }
#content { width: 420px; padding: 100px 0 0 0; text-align: left; }

#links { width: 424px; min-height: 268px; height: 268px; margin-top: 15px; padding: 5px 4px 5px 0; background: url(images/content_bg.gif) no-repeat top left; }


#links ul {
	margin-top: 40px;
	padding: 0 0 0 30px;
}
#links ul li {
	line-height: 1.6;
}

#links a, #footer a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

#links a {
	font-size: 2em;
}

#links a:hover {
	color: #e13e30;
	text-decoration: underline;
}

#footer {
	font-size: .9em;
	text-align: center;
}