/* CSS Document */
/*GENERAL STYLES
*****************************************************/
html {
height: 100%;
width: 100%;
}
body {
	background-color: #fff;
	margin: 0px;
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#photo_galleries {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -425px;
	margin-top: -265px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
#copyright {
	font-size: 9px;
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	right: 20px;
	bottom: 10px;
}
/*HOME PAGE SPECIFIC
*****************************************************/
#wrapper {
	height: 100%;
	width: 100%;
}
#holding_img {
	left: 50%;
	top: 50%;
	position: absolute;
	margin-left: -168px;
	margin-top: -26px;
}
#enter_txt {
	right: 25px;
	bottom: 20px;
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
}
#enter_img {
	right: 25px;
	bottom: 20px;
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
}
