@charset "utf-8";
/* CSS Document */

html, body{
	width:100%;
	height:100%;
	margin:0px;
	background-image:url(../images/paper.jpg);
	background-position:center center;
}
a img{
	border:0px;
}
.content-box{
	height:100%;
	width:100%;
	padding-top:1px;
	overflow:hidden;
	min-width:1200px;
	min-height:600px;
	
}
.home{
	height:90%;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
#page-photo{
	background-image:url(../images/white-80.png);
}
#page-bigday{
	background-image:url(../images/white-40.png);
}
.welcome-sq{
	width:400px;
	height:400px;
	background-image:url(../images/pic_home_welcome-sq.png);
}
.gv_galleryWrap{
	margin:auto;
}