
html, body {
	margin:0;
	padding:0;
	height:100%;
	background-color:#000;
}

img {border:0;}

#container {
	width:100%;
	height:100%;
}

#container td {
	vertical-align:middle;
	text-align:center;
}

#wrap {
	width:760px;
	margin:0 auto;
	text-align:left;
}

#hp {
	height:505px;
	background:url(/img/hp.jpg) no-repeat;
}

#hp img {
	position:relative;
	top:23px;
	left:40px;
	border:solid 1px #000;
}

