@charset "UTF-8";

html,body {
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	background-image: url('images/index-bg.jpg');
	background-attachment: fixed;
	background-color: #000;


}


#container {
	width: 324px;
	color: #fff;
	padding: 0px;
	margin: auto;
    text-align: center;
    margin-top: 75px;
}
	
.centered {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 100%;
   margin: auto;
} 


a.rollover01 {
	display: block;
	width: 324px;
	height: 108px;
	text-decoration: none;
	background: url("images/01index.png");
}

a.rollover01:hover {
	background-position: -324px 0;
}

a.rollover02 {
	display: block;
	width: 324px;
	height: 108px;
	text-decoration: none;
	background: url("images/02index.png");
}

a.rollover02:hover {
	background-position: -324px 0;
}

a.rollover03 {
	display: block;
	width: 324px;
	height: 108px;
	text-decoration: none;
	background: url("images/03index.png");
}

a.rollover03:hover {
	background-position: -324px 0;
}

a.rollover04 {
	display: block;
	width: 324px;
	height: 108px;
	text-decoration: none;
	background: url("images/04index.png");
}

a.rollover04:hover {
	background-position: -324px 0;
}

a.rollover05 {
	display: block;
	width: 324px;
	height: 108px;
	text-decoration: none;
	background: url("images/05index.png");
}

a.rollover05:hover {
	background-position: -324px 0;
}

img {
	border: none;
}

#false {
	width: 100%;
	margin-top: 200px;
	text-align: center;
}

a.false2 {
	font-size: 60px;
	letter-spacing: 8px;
	color: #fff3e7;
	font-style: italic;
	text-decoration: none;
		opacity: .5;
}

a.false2:hover {
text-shadow: 1px 1px 55px #fff;
	opacity: 1;
}	