	body {
		font-family: "Lucida Grande", Lucida, Verdana, Arial, sans-serif;
		background-color: #cfcfcf;
		background-repeat: repeat-x;
		background-image: url(images/bg.jpg);
		margin: 0;
		padding: 0;
	}

/* @group background */

#content {
	top: 46px;
	left:  0;
	width: 100%;
	position: absolute;
}

#background {
	width: 100%;
	height: 860px;
	position: absolute;
	top: 46px;
	left: 0;
	z-index: 0;
	overflow: hidden;
}
#background #left {
	width: 50%;
	height: 860px;
	position: absolute;
	top: 0;
	left: 0;
/* 	background: url(images/bg_side.jpg) repeat-x; */
}

#background #right {
	width: 50%;
	height: 860px;
	position: absolute;
	top: 0;
	right: 0;
/* 	background: url(images/bg_side.jpg) repeat-x; */
}

#background #center {
	width: 100%;
	height: 860px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(images/bg_center.jpg) no-repeat center top;	
}

/* @end */

/* @group submenu */

#submenu {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 30px;
	width: 983px;
	position: relative;
	overflow: hidden;
}

#submenu #alert, #submenu #alert1, #submenu #counter {
	height: 16px;
	font-size: 14px;
	margin-left: 270px;
	padding: 7px 0 7px 18px;
	text-shadow: rgba(255,255,255,0.3) 0 1px 0;
}

#submenu #alert, #submenu #alert1 {
	background: url(images/alert_icon.png) no-repeat left 10px;
	color: #951313;
}

#submenu p {
	display: inline;
}

#submenu #counter {
	background: url(images/counter_icon.png) no-repeat left 10px;
	color: #494949;
}

#update_status {
	display: inline;
}

/* @end */
	
#overlay { position: absolute; top: 46px; width: 100%; height: 146px; z-index: -1; }
#macworld { background-image: url(images/macworld.png); background-repeat: no-repeat; background-position: right bottom; width: 983px; height: 184px; margin-top: -38px; }
#macworld_bg { background-image: url(images/macworld_bg.png); background-repeat: repeat-x; background-position: 150px bottom; width: 100%; height: 146px; }
#timers { position: absolute; top: 0; height: 145px; }
#page {
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 0px;
		margin-top: 0px;
		height: auto;
		width: 983px;
	}
#main {
		position: absolute;
		margin-left: -448px;
		left: 50%;
		width: 983px;
		height: auto;
		margin-top: 240px;
		display: block;
}
	
	#logo { height: 47px; width: 302px; background-image: url(images/logo.jpg); float: left; margin-left: -45px; cursor: pointer; }
#menu {
		width: 551px;
		height: 47px;
		overflow: hidden;
		float: left;
	}
#menu ul {
		width: 520px;
		height: 20px;
		margin-top: 13px;
	}
	#menu li {
		float: left;
		margin-right: 10px;
		padding-left: 9px;
		list-style-type: none;
	}
	#menu li a {
		padding-top: 2px;
		padding-right: 9px;
		padding-bottom: 3px;
	}
		
	#menu li:hover {
		background-image: url(images/menu_hover_left.jpg);
		background-repeat: no-repeat;
		background-position: left top;
	}
	#menu li:hover a {
		background-image: url(images/menu_hover_right.jpg);
		background-repeat: no-repeat;
		background-position: right top;
	}
	
	#menu li#active {
		background-image: url(images/menu_active_left.jpg);
		background-repeat: no-repeat;
		background-position: left top;
	}
	#menu li#active a {
		background-image: url(images/menu_active_right.jpg);
		background-repeat: no-repeat;
		background-position: right top;
	}
	
	#menu li#keynote {
		background-image: url(images/menu_keynote_left.jpg);
		background-repeat: no-repeat; background-position: left top;
		float: left;
		margin-top: -7px;
		margin-right: 3px;
		margin-bottom: -7px;
		padding-left: 16px;
	}
	#menu li#keynote a {
		background-image: url(images/menu_keynote_right.jpg);
		background-repeat: no-repeat;
		background-position: right top;
		padding-top: 9px;
		padding-right: 16px;
		padding-bottom: 10px;
	}
		
	#menu li#keynote:hover {
		background-image: url(images/menu_keynote_active_left.jpg);
		background-repeat: no-repeat;
		background-position: left top;
	}
	#menu li#keynote:hover a {
		background-image: url(images/menu_keynote_active_right.jpg);
		background-repeat: no-repeat;
		background-position: right top;
	}
		
	#menu li a, #menu li a:visited {
		font-size: 0.8em;
		color: #f7f7f7;
		display: block;
		text-shadow: #3a3a3a 0px 2px 0px;			
		text-decoration: none;
	}
	#search {
		padding-top: 13px;
		height: 30px;
		width: 140px;
		float: right;
		text-align: right;
	}
	#search input {
		width: 140px;
		margin: 0px;
		padding: 0px;
		visibility: hidden;
	}
	#search input {
		border: thin #b3b3b3 solid;
	}
	
	.hiddeninfo {
		padding-left: 25px;
		width: auto;
		height: auto;
		color: #f8f8f8;
		text-shadow: #5a5b5b 2px 2px 1px;
		font-size: .9em;
	}
		.hiddeninfo li {
			list-style-type: none;
			padding: 0px;
		}
#subheader { width: inherit; height: auto; float: left;
	position: relative;
	z-index: 1;
}
#lefty {
	float: left;
	height: 162px;
	width: 257px;
	cursor: pointer;
	background: url(images/logo_bottom.png) no-repeat;
	margin-top: -1px;
	margin-left: 5px;
}
#relacja { 
	width: 900px; 
	height: auto; 
	
	padding: 0px;
	text-align: left;

}

#relacja #top {
	background-image: url(images/relacja_top.png);
	width: 462px;
	height: 14px;
	margin-top: -14px;
	position: absolute;
	left: 0;
}
#relacja #bottom {	
	width: 462px;
	height: 14px;
	background: url(images/relacja_bottom.png) no-repeat left top;
	position: relative;
	top: 18px;
	left: 0;
	margin-top: -18px;
}

#relacja p, #relacja .wwdc .liveAuthor {
         background: url(images/relacja_middle.png) repeat-y;
         padding: 4px 14px;
		margin: 0;
}

#relacja .wwdc p {
	color: #bfbfbf;
	width: 434px;
	font-size: .8em;
	line-height: 1.5em;
}

#relacja .message_content li, #relacja .message_content a, #relacja .message_content a:visited { 

	color: #bfbfbf;
	margin: 0;
}

#relacja .wwdc .liveAuthor {
	color: #bfbfbf;
	font-size: .8em;
	line-height: 1.5em;
	margin: 0;
	background-image: url(images/relacja_autor.png); background-repeat: no-repeat;
	background-position: left top;
}

#relacja .wwdc hr {
visibility: hidden;
display: none;
}


#relacja .wwdc img {
	max-width: 400px;
	height: auto;
	float: right;
	clear: right;
	margin-top: 10px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 10px;
}

#relacja .message_right p  { background-image: url(images/pasek.png); background-repeat: no-repeat; width: 424px;
	height: 18px;
	margin-top: 0;
	color: #fff;

	padding: 1px 18px;
        width: 434px;
}

















