@charset "utf-8";

@import "import.css";

html,
body{
	background-image:none;
	background-color:#000;
	overflow:hidden;
}

div.wrapper{
	width:800px;
	background-color:#000;
	border-left:none;
	border-right:none;
	margin: 50px auto 0;
}

.wrapper h1{
	background:#000 url(../img/logo.gif) no-repeat;
	width:210px;
	height:144px;
	margin: 0 auto;
	text-indent:-9999px;
}

.wrapper h2 a{
	display:block;
	text-indent:-9999px;
	background:#000 url(../img/enter.gif) no-repeat;
	margin:0 auto;
	width:62px;
	height:18px;
}

ul#related{
	margin:50px auto 0px;
	width:415px;
	overflow:hidden;
}

ul#related li{
	float:left;
	height:13px;
}

ul#related a{
	display:block;
	text-indent:-9999px;
	margin-right:20px;
}

ul#related .link_01 a{
	background:#000 url(../img/ps.gif) no-repeat;
	width:133px;
	height:13px;
}

ul#related .link_02 a{
	background:#000 url(../img/psmobile.gif) no-repeat;
	width:169px;
	height:13px;
}

ul#related .link_03 a{
	background:#000 url(../img/indie.gif) no-repeat;
	width:53px;
	height:13px;
}

div.footer{
	clear:both;
	color:#FFF;
	width: 60%;
	margin: 30px auto 0px;
	text-align:center;
}

