/*
---------------------------------------------------------------------------
Dynastic Records // css/splash/screen.css
---------------------------------------------------------------------------
www.GraphicAlphabet.com */



/*
---------------------------------------------------------------------------
GENERAL */


* {
	margin: 0;
	padding: 0;
}
body {
	font: normal 0.9em/1.8em "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	color: #f2e2b6;
	text-align: center;
	background: #283650 url("/imgs/bg-pattern.gif") 0 0 repeat;
}
a:link , a:visited {
	color: #f2e2b6;
	text-decoration: none;
}
a:hover , a:active {
	color: #ee743c;
	text-decoration: none;
}
h1 {
	font-size: 1.6em;
	font-weight: normal;
	color: #ee743c;
}
.jp {
	font-family: "平成角ゴシック" , Osaka , sans-serif;
}
img {
	border: none;
}



/*
---------------------------------------------------------------------------
IMAGE REPLACEMENT GENERAL RULES */


.ir {
	position: relative;
	overflow: hidden;
	font-size: 1.2em;
}
.ir em {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1; /* for opera5+6/mac */
}
/* hack for ie5/mac */
* html>body .ir {
	position: static;
	overflow: visible;
	font-size: 10px;
}
* html>body .ir em  {
	position: static;
}
* html>body .ir a {
	text-decoration: none;
}
/* end hack */



/*
---------------------------------------------------------------------------
SPLASH PAGE */


#splash {
	position: relative;
	width: 400px;
	height: 100%;
	margin: 0 auto;
	background: #283650;
	border-left: 10px solid #283650;
	border-right: 10px solid #283650;
}
#logo , #logo em {
	width: 400px;
	height: 300px;
	margin: 0 auto 20px auto;
	background: #283650 url("/imgs/sp-logo.gif") 0 0 no-repeat;
}
/* hack for ie5/mac */
* html>body #logo em {
	margin-bottom: -300px;
}
#splash p {
	padding: 0 0 10% 0;
}
#footer {
	padding: 7.5% 0 20% 0;
	font-size: 90%;
	text-transform: uppercase;
	background: #283650 url("/imgs/sp-base.gif") 0 0 no-repeat;
}



/*
---------------------------------------------------------------------------
Dynastic Records // css/splash/screen.css
---------------------------------------------------------------------------
www.GraphicAlphabet.com // Creative Commons 2006 */
