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

a:link {
  color: #777;
}

a:hover {
  color: #999;
}

a:link {
  color: #777;
}

a:hover {
  color: #999;
}

a {
  color: #777;
}

a.active {
  color: #000;
}

a{
text-decoration:none;
outline:0;
}

#flash {
	position: relative;
	width: 408px;
	margin: 90px auto;
	z-index: 2;
}

#shad {
	position: absolute;
	width: 500px;
	width: 100%;
	text-align: center;
	top: 80px;
	z-index: 0;
}

#nav {
	position:absolute;
	top: 600px;
	width: 100%;
	text-align: center;
}

#back {
position: fixed;
width: 100%;
height: 100%;
margin: 0px;
top: 0px;
z-index: -3;
overflow: hidden;
}

#back img {
min-width: 100%;
min-height: 100%;
}