body{
	background:#6DA453;
}

img{
	border:none;
}

#window{
	width:900px;
	height:440px;
	overflow:hidden;
	margin: 200px auto 0 auto;
}

#wrapper{
	height:440px;
	width:2700px;
}

.scroll{
	float:left;
	width:900px;
	height:440px;
}

#type{
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

a{
	text-decoration:none;
	color:#CCC;
}

/*--------------------Nevigation--------------------*/

#navigation{
	width:900px;
	height:90px;
	margin: 0 auto;
}

#next{
	background:url(images/next_btn.jpg) no-repeat;
	width:90px;
	height:90px;
	float:right;
}

#start{
	background:url(images/start.jpg) no-repeat;
	width:118.5px;
	height:90px;
	float:left;
}

#finish{
	background:url(images/finish.jpg) no-repeat;
	width:118.5px;
	height:90px;
	float:right;
	padding-right:225px;
}

#prev{
	background:url(images/prev_btn.jpg) no-repeat;
	width:90px;
	height:90px;
	float:left;
	padding-right:225px;
}
