/* CSS Document */

html {
	text-align: center;
}

body {
	background:#000000 url(../assets/crown.gif) top center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;	
}

h1, h2, h3 {
	font-weight: bold;
	text-transform: uppercase;
}

h1 {
	font-size: .9em;
}

h2 {
	font-size: .8em;
}

p {
	font-size: 0.8em;
	line-height: 1.3em;
}