body {
	background-image: url(b.jpg); /* Путь к фоновому рисунку */
	background-position: center top; /* Положение фона */
	font-family: Tahoma, Arial;
	font-size: 12px
}
.main {
	width:100%;
	height:100%;
	background-image: url(1_1.jpg); /* Путь к фоновому рисунку */
	background-position: center top; /* Положение фона */
	background-repeat: repeat-x;
}
.title {
	position: absolute; 
	top: 170px;
	width:100%;
	min-height:300px;
}
.guestbook {
	position: absolute; 
	top: 170px;
	width:50%;
	left:25%;
}
.page {
	position: absolute; 
	top: 170px;
	width:70%;
	left:15%;
	
}
.pandora {
	position: absolute; 
	top: 20px;
	width:100%;
}
.copy {
	font-size: 10px;	
}
.menu {
	position: absolute; 
	top: 140px;
	width:100%;
}
.name {
	width:400px;
	border: 1px dotted #999;
	background-color:#ccc;
}
.button {
	width:150px;
	border: 2px outset #999;
	background-color:#aaa;
}
hr {
	width:90%;
	border: 1px dotted #999;
}
a {
	color:#444;
}
td {
	font-family: Tahoma, Arial;
	font-size: 12px
}

	
	