﻿body
{
	padding: 0px;
	margin: 0px;
	border: 0px none;	  
	background-image: url('../pics/damasktile_wingsofwhimsy_small.png');
	background-color: #1d1d1d;
}	

#frame_border
{
	position: absolute; 
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -200px;
	width: 600px;
	height: 450px;
	background-image: url('../pics/pic_frame.jpg');
	z-index: 3;	
	box-shadow: 5px 8px 19px 6px #000, 12px 14px 20px 0px #000;
}

#frame_border
{
	cursor: pointer;
}
		
#slideshow
{
	position: absolute;
	top: 101px;
	left: 98px;
	z-index: 4;	
	width: 401px;
	height: 251px;
}

#shader_line
{
	position: absolute; 
	top: 0px;
	left: 0px;
	width: 100%;
	height: 400px;
	background-image: url('../pics/shader_line.png');
	background-repeat: repeat-x;
	z-index: 1;	
}	

#index_logo
{
	position: absolute; 
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -370px;
	width: 600px;
	height: 190px;
	background-image: url('../pics/index_logo_on.png');
	opacity: 0.7;
	z-index: 4;
}	

#index_logo:hover
{
	cursor: pointer;
	opacity: 1;
}	

#entrylink
{
    position: absolute;
    top: 50%;
    left: 50%;
    padding-top: 20px;
    margin-left: -200px;
    margin-top: 280px;
    width: 400px;
    height: 40px;
    text-align: center;
    font-family: Arial;
    font-size: 12pt;
    color: #000;
    font-weight: bold;
    background-image: url(../pics/grungy_paper_texture.jpg);
    z-index: 3;
    box-shadow: 5px 8px 5px 6px #000, 10px 10px 10px 0px #000;
}

A:link
{
	background: none transparent scroll repeat 0% 0%;
	color: #000;
	text-decoration: none;
}

A:visited
{
	background: none transparent scroll repeat 0% 0%;
	color: #000;
	text-decoration: none;
}

A:active
{
	background: none transparent scroll repeat 0% 0%;
	color: #000;
	text-decoration: none;
}

A:hover
{
	background: none transparent scroll repeat 0% 0%;
	color: #7B7567;
	text-decoration: none;
}	