div#logo {
	width: 96px;
	height: 94px;
	background-image: url('../pictures/logo.png');
	cursor: pointer;
}

div#logoSide {
	width: 11px;
	height: 45px;
	background-image: url('../pictures/logo_side.png');
	background-repeat: no-repeat;
}

div#logoSideEmptySpace {
	width: 827px;
	height: 30px;
	padding-top: 15px;
	text-align: right;
}

div#conteinerCornerRightTop {
	width: 15px;
	height: 45px;
	background-image: url('../pictures/conainer_corner_right_top.png');
	background-repeat: no-repeat;
}