/* Global */

html,body,#bg,#bg table,#bg td{
	width:100%;
	height:100%;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: "helvetica", sans-serif;
	background: #000000;
	}

a {
	outline: none;
	}



/* Background */

#bg {
	background: #000000;
	}




#bg div{
	position:absolute;
	width:200%;
	height:200%;
	top:-50%;
	left:-50%;
	}
	
#bg td {
	vertical-align:middle;
	text-align:center;
	}
	
#bg img{
	min-height:50%;
	min-width:50%;
	margin:0 auto;
	}
	
	
	
/* Main Window */

#content_window {
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	}
		
	
	
/* Load Screen */
	
#fade_out_screen {
	width: 100%; 
	height: 100%; 
	background: #000000; 
	position: absolute; 
	top: 0px; 
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 4;
	}


	
/* Index Page */

#page_center {
	width: 100%;
	height: 100%;
	position: absolute; 
	top: 0px; 
	left: 0px;
	z-index: 2;
	}

#page_cell {
	width: 430px; 
	height: 220px; 
	margin-left: -215px;
	margin-top: -115px;
	}

#page_container {
	width: 500px;
	height: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	}
	
#logo {	
	position: absolute;
	top: -120px;
	left: -215px;
	}
	
	
	
/* Toolbar */

#toolbar {
	font-size: 13px;
	width: 100%;
	height: 20px;
	text-align: left;
	border-bottom: 1px solid #444444;
	padding-top: 7px;
	padding-left: 10px;
	color: #444444;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #000000;
	}
	
#toolbar_cell {
	z-index: 3;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background: none;
	}
	
#left_toolbar {
	position: absolute;
	width: 400px;
	height: 12px;
	left: 12px;
	top: 7px;
	padding: 0px;
	margin: 0px;
	}
	
#right_toolbar {
	position: absolute;
	top: 6px;
	right: 12px;
	width: 400px;
	height: 0px;
	padding-right: 12px;
	margin: 0px;
	text-align: right;
	}
	
.link {
	color: #777777;
	text-decoration: none;
	}
	
.link:hover {
	color: #999999;
	text-decoration: underline;
	}
	
#link {
	color: #777777;
	text-decoration: none;
	}
	
#link:hover {
	color: #999999;
	text-decoration: underline;
	}

#home {
	color: #444444;
	}
	


/* Guest Book */

#guest_box {
	width: 310px;
	height: 0px;
	position: absolute;
	top: 60px;
	right: 75px;
	overflow: hidden;
	background: #ffffff;
	}
	
#guest_box_sub{
	width: 300px;
	height: 500px;
	position: absolute;
	top: 5px;
	right: 5px;
	margin: 0px;
	padding: 0px;
	}