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

body 
	{margin:0;
	padding:0;
	position: relative;
	background: url(movieland-opening-02.jpg); background-repeat:no-repeat;
	width: 1250px;
	}

p	{
	margin: 10px;
	padding: 10px;
	color: yellow;
	font-family: "Courier New", Courier, monospace; 
	}
	
li	{
	color: pink;
	}

h1 {
	letter-spacing: 1px;
	margin-bottom: 0;
	color: blue;
	font-family: "courier new", monospace;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align:center;
	}
h3 {
	letter-spacing: 1px;
	margin-bottom: 0;
	color: black;
	font-family: "courier new", monospace;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-align:center;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: cyan;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: magenta;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: yellow;
	}
.top-list li {
	display:inline;
	padding-right: 120px;
	background-color: black;
	}
.col-right {
	float: right;
	width: 200px;
	}

.col-left {
	float: left;
	width: 200px;
	}

.col-center {
	position: absolute;
	left: -70px;
	align: center;
	width: 600px;
	top: 213px;
	}
#big-pic {height: 4750px;
	width: 1200px;
	}
#bottom {
	position: absolute;
	bottom: auto;
	height: 71px;
	left: 287px;
	top: 3197px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	font-size: large;
	}
div.choices {
	position: absolute;
	top: 666px;
	text-align: left;
	width: 1200px;
	left: -282px;
	}
.choice1 {
	position: absolute;
	left: 000px;
	align: center;
	width: 200px;
	}
.choice2 {
	position: absolute;
	left: 200px;
	align: center;
	width: 200px;
	}
.choice3 {
	position: absolute;
	left: 400px;
	align: center;
	width: 200px;
	}
.choice4 {
	position: absolute;
	left: 600px;
	align: center;
	width: 200px;
	}

	
