/* CSS Layout Document */
div.wraper {
	margin: 0;
	width: auto;
	height: auto;
	min-width: 800px;
	padding-left: 100px;
	background:   url(../i/sharka.jpg) repeat-y 0 0;
}
div.clear {
	clear: both;
}
div.wraper2 {
	margin: 0;
	width: auto;
	height: auto;
	height: 100%;
	padding-right: 100px;
	background:  url(../i/sharka.jpg) repeat-y 100% 0;
    position: relative;
}
div.center {
	text-align: center;
}
div.head {
	width: 100%;;
	background: #eed7ab;	
	text-align: center;
	height: 80px;
	border-top: 20px solid #4a1800;
}
div.flash_player {
	width: 100%;
	height: 40px;
	border-bottom: 10px solid #4a1800;
	border-top: 10px solid #4a1800;
	background: #eed7ab;
    position: relative;
}
div.content {
	width: 100%;
	background: #eed7ab;
	padding: 0;
	float: left;
}
div.map {
	margin: 50px;
}
div.guest {
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid #4a1800;
    margin-bottom: 20px;
}
div.error {
    width: 100%;
    text-align: center;
    color: red;
}
#player {
    position: absolute;
    right: 0;
    bottom: 20px; 
}
a.mp3Link {
    display: block;
    float: right;
    width: 290px;
    text-align: center;
}