@charset "utf-8";
html,body{
    width: 100%; height: 100%;
}
body {
	color: #FC3;
	background-color: #FC0;
}
img.bg {  
  min-height: 100%;
  min-width: 900px;  
  width: 100%;
  height: auto;  
  position: fixed;  
  top: 0;
  left: 0;
}

@media screen and (max-width: 900px){
  img.bg {
  left: 50%;
  margin-left: -450px; }
}

div#container {
	position: relative;
	width: 100%; height: 100%;
}
div#box{
	position: absolute;
	height: 151px;
	width: 259px;
	top: 50%; left: 50%;
	margin-top:-75px;
	margin-left:-130px;

}
div#galleryBox{
	position: absolute;
	height: 400px;
	width: 700px;
	top: 50%; left: 50%;
	margin-top:-200px;
	margin-left:-350px;

}#galleryBox ul li {
	float: left;
	margin-right: 62px;
	margin-bottom: 62px;
	margin-left: 62px;
}
#name {
	width: 253px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: auto;
}
#galleryBox ul {
	margin-bottom: 110px;
}

#contact {
	width: 99px;
	margin-right: 0px;
	margin-left: auto;
}
