/* miscelanous styles */
body, html {
	margin:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
html {
	background:url(../images/background.jpg);
}
body {
	background:url(../images/ajax-loader.gif) no-repeat 50% 50%;
}

/* header */
#header {
	width:100%;
	height:90px;
	position:absolute;
	background:url(../images/gecko_header.png) repeat-x 0 0;
	z-index:100;
}
* html #header {
	background:url(../images/micro_header.gif) repeat-x 0 0;
}
#header h1 {
	display:block;
	margin:0;
}
#header h1 a {
	color:#000;
	text-decoration:none;
	font-size:1px;
	width:300px;
	height:60px;
	background:url(../images/raillens_logo.gif) no-repeat 0 0;
	float:left;
	display:block;
}
#header #description {
	background:#c7ff59 url(../images/vertical_border.gif) no-repeat 0 0;
	width:45%;
	height:50px;
	float:right;
	margin:5px;
	overflow:visible;
}
#header h2 {
	font:bold 14px/1.2em Arial, Helvetica, sans-serif;
	margin:3px 0 0 15px;
	display:block;
}
#header h3 {
	font:normal 11px/1.2em Arial, Helvetica, sans-serif;
	margin:0;
	display:block;
	margin-left:15px;
}

/* link$ */
a#previous {
	width:50%;
	height:100%;
	position:absolute;
	top:0;
	left:0;	
	display:block;
	margin-top:-1px;
	margin-left:-1px;
	z-index:10;
}
a#next {
	width:50%;
	height:100%;
	position:absolute;
	top:0;
	right:0;	
	display:block;
	margin-top:-1px;
	margin-left:-2px;
	z-index:10;
}

/* content */
#photo {
	height:100%;
	background-position:center;
	background-repeat:no-repeat;	
}

/* footer */
#footer {
	width:100%;
	height:60px;
	background:#000;
	position:absolute;
	left:0;
	bottom:0;
	border-top:solid 2px #c7ff59;
	z-index:100;
}
#footer a {
	color:#000;
	font-size:1px;
}
#footer #copyright {
	width:530px;
	height:60px;
	float:left;
	display:block;
	background:url(../images/copyright.gif) no-repeat;
}
#footer #centralny,
#footer #threeLancer {
	float:right;
	display:block;
	height:48px;
	margin:6px;
}
#footer #centralny {
	width:37px;
	background:url(../images/centralny_link.gif) no-repeat;
}
#footer #centralny:hover {
	background:url(../images/centralny_hover.gif) no-repeat;
}
#footer #threeLancer {
	width:37px;
	background:url(../images/3lancer_link.gif) no-repeat;
}
#footer #threeLancer:hover {
	background:url(../images/3lancer_hover.gif) no-repeat;
}