body
{
	margin: 0;
	padding: 0;
	background-color: black;
	color: white;
	font-size:95%;
}
a {text-decoration: none;}
img {border-style:none;}

#screen
{
	position: relative;
	width: 640px;
	height: 480px;
	margin: 10px auto;
	padding: 0 0 0 0;
	background-image: url(../img/bk.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	border: 0px solid red;
}

#header
{
	position: absolute;
	top: 320px;
	left: 240px;
	color: black;
	font-family: "Trebuchet MS", "Verdana", "sans-serif";
   font-size: 18px;
   font-style: italic;
   font-weight: bold;
   font-variant: small-caps;
   border: 0px solid red;
}

#rides
{
	position: absolute;
	top: 350px;
	left: 220px;
	color: black;
	font-family: "Times New Roman", "Trebuchet MS", "Verdana", "sans-serif";
   font-size: 18px;
   font-style: italic;
   font-weight: bold;
   font-variant: small-caps;
   border: 0px solid red;
}

span.bigyear
{
	font-size: 1.1em;
}

#rides img.lead {width:8px; height:8px;}
#rides a {color: black;}
#rides a:focus, #rides a:hover, #rides a:active {background: black;}
				
#footer {position:absolute; top:450px; left:510px;
         border:0px solid red;}
#footer a {color:#FFFFFF;}
#footer a:focus, #footer a:hover, #footer a:active {background: #FF6347;}

#shin
{
	color:white;
	font-family:"Times New Roman";
	font-size:20px;
	font-style:normal;
	font-weight:bold;
}
