@charset "utf-8";
/* CSS Document */

* {
margin:0;
padding:0;
}

body {
margin-top:70px;
background-color:#323232;
margin-left:auto;
margin-right:auto;
width:300px;
text-align:center;
}

#container{
display:none;
width:300x;
text-align:center;
}

#spaceL {
float:left;
width:66px;
height:293px;
}

#spaceR {
float:left;
width:66px;
height:293px;
}

#splash {
float:left;
display:block;
background-image:url(../images/splasher.jpg);
background-repeat:no-repeat;
width:168px;
height:293px;
}

#splash a{
display:block;
background-image:url(../images/splasher.jpg);
background-repeat:no-repeat;
width:168px;
height:293px;
text-decoration:none;
}

#splash a:hover{
display:block;
background-image:url(../images/splasher_roll.jpg);
background-repeat:no-repeat;
width:168px;
height:293px;
text-decoration:none;
}

img {
border:0px;
}

.line {
border:0px;
margin-top:3px;
margin-bottom:3px;
}

*html .line {
border:0px;
}

*+html .line {
border:0px;
margin-top:0px;
margin-bottom:0px;
}


#text {
clear:both;
width:300px;
text-align:center;
}

p{
font-family:Arial, Helvetica, sans-serif;
font-size:70%;
color:#999999;
}

p a{
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
color:#777777;
text-decoration:none;
}

p a:hover{
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
color:#0099FF;
text-decoration:none;
}


h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:80%;
color:#888888;
}

h6 {
font-weight:100;
font-family:Arial, Helvetica, sans-serif;
font-size:70%;
color:#999999;
}

h6 a:hover{
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
color:#0099FF;
text-decoration:none;
}

h6 a{
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
color:#777777;
text-decoration:none;
}