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

body	{
		background: #000 url(../images/main/bg.jpg) no-repeat top center;
		font: 14px Arial, Helvetica, sans-serif;
		color: #fff;
		}
#container	{
		width: 960px;
		margin: 0 auto;
		}
#header	{
		width: 800px;
		height: 65px;
		margin: 0 auto;
		}
#flash	{
		width: 800px;
		height: 500px;
		margin: 0 auto;
		}

.enter	{
		display: block;
		position: relative;
		font-size: 25px;
		text-align: center;
		top: 30px;
		}
.enter a	{
		color: #ccc;
		}
.enter a:hover	{
		color: #999;
		}
.text-center	{
		text-align: center;
		position: relative;
		top: 5px;
		}
.copy	{
		text-align: center;
		position: relative;
		top: 10px;
		font-size: 12px;
		color: #666;
		}

