* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	height: 100%;
	background-color: #fff07d;
	background-repeat: repeat-x;
	background-image: url("htmlbg.jpg");
}

body {
	height: 100%;
	width: 100%;
	min-width: 200px;
	background-image: url("UC.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	text-align: center;
}

#main {
	background-image: url("hbg.png");
}

p {
	padding-top: 1em;
}

h1, h2 {
	font-family: fantasy;
	color: #003780;
}

a {
	color: #6800b3;
	text-decoration: none;
	font-family: sans-serif;
    font-variant: small-caps;
}

a:link:hover, a:visited:hover {
	color: #9E0000;
    text-decoration: underline;
}


h2 {
	padding-bottom: 0.5em;
}

cite a {
	color: #d9d9d9;
}

#button {
	position: absolute;
	bottom: -35px;
	left: 0;
}
