body{
	margin: auto auto auto auto;
	font-family: Arial;
	font-size: 90%;
	background: white;
	font-style: normal;
	font-weight: normal;
	overflow: hidden;
	width: 650px;
	text-align: center;
	}
img{
	border: none;
}
	
/*vršek*/
#top{
	height: 52px;
	width: 100%;
}
#top_left{
	background-image: url(../images/topleft.jpg);
	float: left;
	background-repeat: no-repeat;
	width: 59px;
	height: 52px;

}
#top_middle{
	width: 510px;
	float: left;
	background-image: url(../images/top.jpg);
	background-repeat: repeat-x;
	height: 52px;

}
#top_right{
	background-image: url(../images/topright.jpg);
	float: left;
	background-repeat: no-repeat;
	width: 56px;
	height: 52px;
}

/*prostředek*/
#center{
	
	width: 100%;

 }
#center_left{
	background-image: url(../images/left.jpg);
	background-repeat: repeat-y;
	width: 37px;
	height: 400px;
	float: left;

}
#center_middle{
	background-color: #2A3445;
	height: 400px;
	width: 510px;
	float: left;
	border-left: solid #2A3445 20px;
	border-right: solid #2A3445 20px;
	background-repeat: repeat;
    overflow: none;
}
#center_right{
	background-image: url(../images/right.jpg);
	background-repeat: repeat-y;
	width: 38px;
	float: left;
	height: 400px;
}

/*spodek*/
#bottom{
	height: 52px;
	width: 100%;
}
#bottom_left{
	background-image: url(../images/bottomleft.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 57px;
	height: 59px;
}
#bottom_middle{
	background-image: url(../images/bottom.jpg);
	background-repeat: repeat-x;
	float: left;
	width: 510px;
	height: 59px;
}
#bottom_right{
	background-image: url(../images/bottomright.jpg);
	background-repeat: no-repeat;
	float:left;
	width: 58px;
	height: 59px;
}
