@charset "utf-8";

body {
	padding: 0px;
	text-align: center;
	color: #a6a59c;
	background-color: #5e6568;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 100%;
	/*font-style: italic;*/
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 77px;
	margin-left: 0;
}

a {
	outline: 0 none;
	color: #800000;
}

img a.href{
	border:2px solid red;
}

#page {
	width: 700px;
	border: 6px solid #FFF;
	color: #61676A;
	background-color: #F8F8F8;
	
	/*
	background-image: url(nalouce.jpg);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	*/
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	position: relative;
	height: 1%;
}

#head {
	background-image: url(../img/vrch.png);
	height: 515px;
	width: 700px;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin-top:0px;
}

#text {
	margin-top:-10px;
	padding:20px;
	text-align:left;
}

#text2 {
	margin-top:-10px;
	text-align:center;
}


#bottom {
	background-image: url(../img/bottom.png);
	height: 135px;
	width: 700px;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin-top:0px;
	text-align:left;
	margin-left:5px;
}

