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

	body {
		background: url(../img/background.jpg) top center no-repeat;
		font: verdana,arial,helvetica,sans-serif;
		margin: 0px;
		padding:0px; }
	a {
		font-size: 10px;
		color: #666;
		font-weight: bold; 
		text-decoration: none;}
	a:hover {
		color: white; 
		text-decoration: none;}
	a: visited {
		color: #666; 
		text-decoration: none;}
	img {
		border: none; }
	a img {	
		opacity: 0.7;
		filter: alpha(opacity=70);
		-moz-opacity: 0.7; }
	a:hover img {
		opacity: 1.0;
		filter: alpha(opacity=100);
		-moz-opacity: 1.0; }	
	div#container {
		position: absolute; 
		width: 100%;
		height: 100%;
		margin: 0px; 
		z-index: 9;}
	div#intro {
		width: 248px;
		height: 112px;
		margin-left: auto; 
		margin-right: auto;
		margin-top: 20%;}
	
