html {
	padding: 0;
	margin: 0;
}
body {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	color: #900;
	background-image: url('../images/andersontartan.jpg');
	padding: 0;
	margin: 1em 0em;
	
}
div.main {
	background-image: url('../images/background.jpg');
	width: 1023px;
	min-height: 1024px;
	margin: auto;
}
div.content {
	margin: 1em;
}
div.header {
	width: 90%;
	height: 400px;
	margin: auto;
	background-image: url('../images/craigarikis.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
}
div.header h1 {
	font-size: 1.7em;
}
div.header h1 * {
	vertical-align: middle;
}
h1 {
	font-size: 2.3em;
	text-align: center;
}
ul.contents {
	list-style-type: none;
	margin-left: 7em;
	padding-left: 0em;
	font-size: 1.2em;
	font-weight: bold;
}
ul.contents li * {
	vertical-align: middle;
}
ul.contents a {
	text-decoration: none;
	color: #900;
}
ul.terms li {
	margin-bottom: 1em;
}
img {
	border: none;
}
a.button {
	display: block;
	background-image: url('../images/button.png');
	width: 96px;
	height: 22px;
	padding: 14px 16px 22px 8px;
	font-family: arial, sans-serif;
	text-align: center;
	color: white;
}
a.buttonsmalltext {
	display: block;
	background-image: url('../images/button.png');
	width: 96px;
	height: 22px;
	padding: 14px 16px 22px 8px;
	font-family: arial, sans-serif;
	text-align: center;
	font-size: 50%;
	color: black;
}
a.home {
	margin: 0.5em auto;
}

