@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{
	outline: none;
}

h1{
	display: none;
}

#splash{
	position: absolute;
	margin: -299px 0px 0px -385px;
	padding: 0;
	width: 770px;
	height: 598px;
	background: #000 url(../images/splash.jpg) no-repeat 0px 0px;
	top: 50%;
	left: 50%;
}

ul, li{
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu{
	
}
li.studio a span,
li.log a span,
li.dome a span{
	display: none;
}

li.studio a{
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	width: 130px;
	height: 135px;
	top: 178px;
	left: 140px;
	background: transparent;
}

li.log a{
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	width: 250px;
	height: 145px;
	top: 265px;
	left: 194px;
	background: transparent;
}

li.dome a{
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	width: 155px;
	height: 85px;
	top: 200px;
	left: 457px;
	background: transparent;

}

li.studio a:hover{
	background: #000 url(../images/splash.jpg) no-repeat -140px -776px;
}

li.log a:hover{
	background: #000 url(../images/splash.jpg) no-repeat -194px -863px;
}

li.dome a:hover{
	background: #000 url(../images/splash.jpg) no-repeat -457px -798px;
}

#search{
	position: absolute;
	margin: 0px 0px 0px -250px;
	padding: 0;
	width: 500px;
	height: 100px;
	background: transparent;
	top: 80px;
	left: 50%;
	z-index: 5000;
}

#search table{
	width: auto;
}

.button{
	margin: 0px 0px 0px 0px;
	padding: 0;
	width: 89px;
	height: 22px;
	line-height: 22px;
	border: none;
	background: url(../images/search.png) no-repeat 0 0;
	color: #fff;
	cursor: pointer;
	text-align: center;
}

input{
	height: 14px;
	margin: 0;
	padding: 4px 2px 6px 3px;
	border: none;
	background: #000 url(../images/form.jpg) no-repeat 0px 0px;
	color:#fff;
}

input:focus{
	background-position: 0px -24px;
	color:#000;
}

span.radio {
	width: 19px;
	height: 18px;
	margin: 0;
	padding: 0;
	background: transparent url(../images/radio.png) no-repeat;
	display: inline-block;
}

p.web, p.site{
	padding: 0;
	margin: 0;
	width: 74px;
	height: 17px;
	display: inline-block;
}

p.web span, p.site span{
	display: none;
}

p.web{
	background: transparent url(../images/titile.png) no-repeat 0px 0px;
}

p.site{
	background: transparent url(../images/titile.png) no-repeat 0px -17px;
}
