BODY {
	margin: 0px;
	
	background-image: url('bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}



#site_loading_bg {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
	
	opacity: 0.6;
	filter: alpha(opacity=60);
	
	background-color: #000000;
}

#loading_graphic {
	margin: 0px auto;
	position: relative;
	left: 0px;
	top: 200px;
	width: 250px;
}

#loading_graphic_wrapper {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	
	text-align: center;
}

#site_bg {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

#view_more_photos {
	float: right;
}



.notepad {
	position: relative;
	left: 0px;
	top: 0px;
	width: 458px;
	height: 538px;
	
	background-image: url('notepad.png');
	background-repeat: no-repeat;
}

.notepad_content {
	position: relative;
	left: 20px;
	top: 68px;
	padding-right: 25px;
	
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	line-height: 24px;
}

.notepad_title {
	position: relative;
	left: 20px;
	top: 60px;
	
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.notepad_title SMALL {
	float: right;
	position: relative;
	left: -40px;
	top: -60px;
	
	font-size: 12px;
	font-weight: normal;
	color: #cc6600;
}