@charset "UTF-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	}

body{
	margin-top: 108px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height:1.4em;
	color: #6e6d6d;
	background: url(../img/startbg.png) repeat-x;
}
img{
	display: block;
	border: none;
}

#frame {
	margin: auto;
	height: 700px;
	width: 1039px;
	position: relative;
	z-index:0;
	background: url(../img/startbg.jpg) no-repeat;
}

#wayPoints{
	height: 497px
}

.singlePoint{
	width:  8px;
	height:  8px;
    visibility: hidden;
}

#wayPoint01{
	left: 518px;
    position: absolute;
    top: 180px;
    z-index: 1;
}

#wayPoint02{
	left: 516px;
    position: absolute;
    top: 182px;
    z-index: 1;
}

#wayPoint03{
	left: 509px;
    position: absolute;
    top: 183px;
    z-index: 1;
}

#wayPoint04{
	left: 542px;
    position: absolute;
    top: 455px;
    z-index: 1;
}

.navBar{
	float: left;
	width: 1039px;
	background: url(../img/navBar.png) no-repeat;
}

.btn{
	float: left;
	height:  49px;
}

#btn01-upper{
	width: 235px;
	margin-left: 57px;
}

#btn02-upper{
	width: 260px;
	margin-left: 69px;
}

#btn03-upper{
	width: 292px;
	margin-left: 70px;
}

#navBar-lower{
	margin-top: 2px;;
}

#btn01-lower{
	width: 390px;
}

#btn02-lower{
	width: 278px;
	margin-left: 58px;
}

#btn03-lower{
	width: 200px;
	margin-left: 57px;
}

#navBar-footer{
	float: left;
}
