body
{
	margin:0;
	padding:0;
	background:black;
	color:white;
	font-family:"Times New Roman";
	font-size:95%;
}

#screen
{
	position:relative;
	width: 760px;
	height: 570px;
	margin:10px auto;
	padding:0 0 0 0;
	/*background-image: url(../img/bg2008.jpg);*/
	/*background-image: url(../img/bg2009_2.jpg);*/
	/*background-image: url(../img/bg2009_3.jpg);*/
	background-image: url(../img/bg2012.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	border:0px solid gray;
}

a {text-decoration: none;}
a:focus, a:hover, a:active {background:red;}
         
#navigation
{
	position:absolute; top:546px; left:40px;
	font-family:"Trebuchet MS", "Verdana", "sans-serif";
	font-size:10px;
	font-style:normal;
	font-weight:bold;
	border:0px solid red;
}
#navigation a {color:#FFFFFF;}
#navigation img.lead {width:8px; height:8px;}

#footer {position:absolute; top:540px; left:580px;}
#shin
{
	/*color:gray;*/
	color:white;
	font-size:20px;
	font-style:normal;
	font-weight:bold;}
#year
{
	/*color:gray;*/
	color:white;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
}
#bigyear
{
	/*color:gray;*/
	color:white;
	font-size:1.1em;
	font-style:italic;
	font-weight:bold;
}
