/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
}

table.main {
	width:100%;
	height:620px;
	}
	
table.main td.main {
    background-image:url(../image/bg.jpg);
	background-repeat:no-repeat;
	background-position:100%;
	}
	
table.title {
    margin-left:0px;
	margin-bottom:0px;
	margin-top:0px;
	}
	
.logo {
   margin-left:247px;
   }

.enter {
   margin-top:18px;
   margin-left:271px;
   }
