* {
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 13px;
}
html {
	overflow-x: hidden;
	overflow-y: scroll;
}

body {
	margin: 0px;
	padding: 0px;
	background: url(img/bg.jpg) no-repeat;
}

h1 {
	text-indent: -9000px;
}

ul,li {
	list-style-type: none;
}

li {
	margin-bottom: 10px;
}

a {
	color: #666;
}

a:hover {
	text-decoration: none;
}
p{
	margin: 0 0 10px;
	line-height: 1.3em;
}

img {
	border: 0;
	behavior: expression(IEPNGFIX.fix(this));
}

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

.topImg {
	width: 800px;
	height: 600px;
	background: url(img/top_img.jpg);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -400px;
}

.navi {
	position: relative;
	width: 215px;
	top: 90px;
	left: 550px;
}

.navi a:hover img{
}

.topImg address{
	font-style: normal;
	color: #FFFFFF;
	width: 800px;
	height: 20px;
	position: absolute;
	bottom: 0;
	text-align: right;
}

