/* CSS Document */

body {
	background: #666666;
}
#navigation {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 194px;
}
#wrapper {
	position: absolute;
	width: 720px;
	height: 630px;
	left: 50%;
	margin-left: -360px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: thick white solid;
}
#listen{
	position:absolute;
	width:470px;
	background: url(images/papery.jpg) repeat;
	text-align:center;
	top: 20px ;
	left: 214px;
}

