html { 
	min-height:100%;
}

body {
	color: #777;
	padding: 0px;
	margin: 32px;
	background: #eee;
	text-align: center;
	font: 11px Trebuchet MS; 
}

td {
	font: 11px Trebuchet MS;
}

div#head {
	width: 100%;
	height: 150px;
	background: url("http://requiem-rose.net/tcg/head.jpg") no-repeat;
}

div#7.5 {
	width: 100%;
	height: 150px;
	background: url("http://requiem-rose.net/tcg/7.5.jpg") no-repeat;
}

div#aesthetic {
	width: 100%;
	height: 150px;
	background: url("http://requiem-rose.net/tcg/aesthetic.jpg") no-repeat;
}

div#athenian {
	width: 100%;
	height: 150px;
	background: url("http://requiem-rose.net/tcg/athenian.jpg") no-repeat;
}

div#capped {
	width: 100%;
	height: 150px;
	background: url("http://requiem-rose.net/tcg/capped.jpg") no-repeat;
}

div#epic {
	width: 100%;
	height: 150px;
	background: url("http://requiem-rose.net/tcg/epic.jpg") no-repeat;
}

div#ketsuron {
	width: 100%;
	height: 150px;
	background: url("http://requiem-rose.net/tcg/ketsuron.jpg") no-repeat;
}

div#memento {
	width: 100%;
	height: 150px;
	background: url("http://requiem-rose.net/tcg/memento.jpg") no-repeat;
}

div#playlist {
	width: 100%;
	height: 150px;
	background: url("http://requiem-rose.net/tcg/playlist.jpg") no-repeat;
}

div#renai {
	width: 100%;
	height: 150px;
	background: url("http://requiem-rose.net/tcg/renai.jpg") no-repeat;
}

div#tiny {
	width: 100%;
	height: 150px;
	background: url("http://requiem-rose.net/tcg/tiny.jpg") no-repeat;
}

p, .menu, {
	margin: 0px 0px; 
	padding: 10px;
}

table {
	border-collapse: collapse;
}

div#content {
	width: 750px;
	padding: 0px;
	margin: 6px auto;
	border: 9px solid #cc99b9;
	background: #ffbfe7;
}

blockquote {
	text-align: left;
	padding: 3px;
	border-left: 1px solid #cc99b9;
	border-right: 1px solid #cc99b9;
	margin-top: 3px;
	padding-bottom: 0px;
}

hr {
  border: 0;
  border-top: 0px dashed  #cc99b9;
  border-bottom: 1px solid #cc99b9;
  width: 90%;
  height: 3px;
}

div#main {
	margin-top:  -15px;
	width: 750px;
	float: left;
	display: inline;
	text-align: justify;
	}

div#clear {
	clear: both;
	}

a, a:active, a:visited {
	color: #bf0076; 
	background: #ffbfe7;
	text-decoration: underline;
}

a:hover {
	color: #fff; 
	cursor:crosshair;
}



.menu a {
	color: #bf0076; 
	background: #ffbfe7;
	text-decoration: none;
	border: 2px solid #e5accf;
	display: inline-block;
	text-align: center;

}

.menu575 a {
	color: #bf0076; 
	background: #ffbfe7;
	text-decoration: none;
	border: 2px solid #e5accf;
	display: inline-block;
	text-align: center;
}

.menu a:visited, .menu575 a:visited {
	color: #bf0076; 
	background: #ffbfe7;
	text-decoration: none;
	border: 2px solid #e5accf;
	display: inline-block;
	text-align: center;
}

.menu a:active, .menu575 a:active {
	color: #bf0076; 
	background: #ffbfe7;
	text-decoration: none;
	border: 2px solid #e5accf;
	display: inline-block;
	text-align: center;
}


.menu a:hover, .menu575 a:hover {
	color: #ffffff;
}

h1 {
	font: italic 15px Arial;
	color: #d60084;
	margin: 10px 0px 0px 0px;
	padding-bottom: 2px;
	text-transform: lowercase;
	letter-spacing: 1px;
	text-indent: 15px;
	line-height: 15px;
	border-bottom: 3px solid #e5accf;
	}

h2 {
	font: italic 13px Arial;
	color: #000;
	margin: 25px 0px 5px 0px;
	padding-bottom: 1px;
	text-transform: lowercase;
	letter-spacing: 1px;
	text-indent: 15px;
	line-height: 15px;
	border-bottom: 3px solid #e5accf;
	}

b {
	color: #000;
}

i {
	color: #532F65;
}

em {
	color: #000000;
}

input, textarea, option, select {
	font-family: Arial; 
	font-size: 11px;
	background-color: #eee;
	color: #000;
	border: 1px solid #bbb;
	padding-left: 2px;
}

a.info {
	color: #777; 
	text-decoration: none;
	background: none;
	position:relative;
	z-index:24; 
}

a.info span {
	display: none
}

a.info:hover span { 
	display:block;
	position: relative;
	width: 300px;
	padding: 3px;
	border: 1px solid #e5accf;
	color:#000;
	}

.boys b {
display: inline-block;
margin:0;
padding:0;
width: 76px;
height:76px;
background-position: left top;
background-image:url('http://575.requiem-rose.net/cards/filler.jpg');
}

.p {opacity:0.4;
filter:alpha(opacity=40);}

.n {opacity:0.0;
filter:alpha(opacity=0);}


