/* CSS Document */

body {
	background-attachment: fixed;
	background-color: ffffff;
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size: 10px;
	

}

p {
	color: red;
}

a {cursor: pointer;
}

a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	background-color: #fffc00;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	background-color: #fffc00;
	text-decoration: none;
}

.links {
	Position: absolute;
	Left: 370px;
	Top: 350px;
}

.wish {
Position: absolute;
	Right: 6px;
	Bottom: 6px;
}

.killbunny {
Position: absolute;
	Left: 150px;
	Top: 330px;
}

.signed {
Position: absolute;
	Right: 200px;
	Bottom: 66px;
}

.back {
Position: absolute;
top: 16px;
right: 16px
}

.back img {
border:0;
}

/* photo album */

.show {
position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25%;
  margin-left: -25%;
}

/* style the outer cntaining div to fit the image and buttons */
#album {
width:400px; 
height:400px; 
background:#ffffff url(http://messiahproject.info/gallery/innards/thumb.jpg) center no-repeat;
border:1px solid #fff;
margin:0 auto;
}
/* remove the padding margin and bullets from the list. Add a top margin and width to fit the images and a position relative */
.gallery {
Top: 0px;
padding:0; 
margin:400px 0 0 0; 
list-style-type:none; 
position:relative; 
width:400px;
}
/* remove the default image border */
.gallery img {
border:0;
}
/* make the list horizontal */
.gallery li {
float:left;
}
/* style the link text to be central in a surrounding box */
.gallery li a, .gallery li a:visited {
font-size:11px;
float:left; 
text-decoration:none; 
color:#FF0000; 
background:#FFFFFF; 
text-align:center; 
width:32px; 
height:30px; 
line-height:30px; 
border:1px solid #EEEEEE;
margin:8px;
}
/* position the images using an absolute position and hide them from view */
.gallery li a img {
position:absolute; 
top:-400px; 
left:0; 
visibility:hidden; 
border:0;
}
/* fix the top position for the images */
.gallery li a img.cherish {
top: -400px;
}

/* style the hover background color for the text boxes */
.gallery li a:hover {
background: url(http://messiahproject.info/gallery/innards/touch.jpg)
}
/* style the active/focus colors for the text boxes (required for IE) */
.gallery li a:active, .gallery li a:focus {
background:#fff; 
color:#eeeeee;
}
/* make the images visible on active/focus */
.gallery li a:active img, .gallery li a:focus img {
visibility:visible;
}

/*dream text*/

.dream1 {
position: relative; 
bottom: 0px; 
left: 1px; 
font-family: Helvetica, MS Trebuchet, sans-serif;
font-size:12px;

}

.dream2 {
position: absolute; 
bottom: 2px; 
left: 0px; 
font-family: Helvetica, MS Trebuchet, sans-serif;
font-size:12px;
color: #838383;
}

.dreamlink {
position: absolute; 
bottom: 10px; 
right: 25px; 
font-family: Helvetica, MS Trebuchet, sans-serif;
font-size:12px;
color: #ff0000;
}
