@charset "UTF-8";

*{
    margin:0;padding:0;
}

html{
    height:100%;
}

body{
	background-color: #FFF;
	background-image: url(../images/top_bg.png);
	background-repeat: repeat;
	background-position: center center;
}

.box a{
	position:rerative;
	min-width: 800px;
	min-height: 400px;
	display: block;	
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
 }
 
.centered {
  position: absolute;
  width:800px;
  height:400px;
  margin-top:-200px;
  margin-left:-400px;
  top: 50%;
  left: 50%;
  background-image: url(../images/top_logo.png);
  background-repeat: no-repeat;
  background-position: left top;
}

a {
outline:none;
}