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

body {
	background-image: url(home_pattern.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
}

#images {
	z-index: 1;
}

#number {
	z-index: 2;
	position: fixed;
	top: 0px;
	left: 0px;
	width:610px
}


#linkHolder {
	position:fixed;
	top: 0px;
	left: 0px;
	width: 99%;
	z-index: 3;
}

#links {
	width: 150px;
	float: right;
	font-size: 0.688em;
	text-align: center;
	padding: 8px 20px 8px 20px;
	background-color: #333333;
}
#links a {
	padding: 2px 5px 2px 5px;
}


#links a:link {	
	background-color:#333;	
	text-decoration: none;
	color:#FFFFFF;
}

#links a:visited {	
	background-color:#333;
	text-decoration: none;
	color:#FFFFFF;	
}

#links a:hover {
	background-color:#FF00FF;
	text-decoration: none;
	color:#FFFFFF;
}

#links a:active {
	background-color:#FFFF00;
	text-decoration: none;
	color:#FFFFFF;
}
