@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'chunkfiveroman';
    src: url('chunkfive-webfont.woff2') format('woff2'),
         url('chunkfive-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {font-family: 'chunkfiveroman';
    src: url('chunkfive-webfont.woff2') format('woff2'),
         url('chunkfive-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	background: #000000;
}

.background {background: url("burn.jpg");
	width: 1000px;
	height: 600px;
	margin: 0px auto;
	position:relative;
}

a {text-decoration: none; 
	color: antiquewhite;
}

.setup {position:absolute;
	top: 100px;
	left: 100px;
	text-align: center;
	color:antiquewhite;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	text-shadow: 0px 0px 10px black;}


.choice1 {position:absolute;
		top: 500px;
		left: 200px;
		font-size: 20px;
		text-shadow: 0px 0px 10px black;
}

.choice2 {position:absolute;
		top: 500px;
		left: 600px;
		font-size: 20px;
		text-shadow: 0px 0px 10px black;
}

a:hover {color:darkred;}
