#main {
		width: 420px;
		float: left;
}
#sloupec {
		width: 200px;
		float: right;
}
.clear {
		width: 100%;
		clear: both;
}
#nnr {
		width: 200px;
		text-align: center;
}
#nnr .head {
		width: 200px;
		height: 16px;
		background: url('../images/nnr-head.png') 0 0 no-repeat;
}
#nnr .body {
		width: 200px;
		background: url('../images/nnr-body.png') 0 0 repeat-y;
}
#nnr .foot {
		width: 200px;
		height: 13px;
		background: url('../images/nnr-foot.png') 0 0 no-repeat;
}
#nnr .body p {
		margin: 0;
		padding-bottom: 4px;
		
}
#wjblog {
		width: 200px;
		height: 200px;
		display: block;
		text-align: center;
		cursor: pointer;
		background: #af0e13 url('../images/blog.jpg') 0 0 no-repeat;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
}
#wjblog span {
		display:block;
		padding-top: 160px;
}
a#wjblog:hover {
		text-decoration: underline;
}
.hidden {
		display: none;
}
