.sh{
}

html, body {
  height:99%;
}
body {
	/*font-family:  Arial, Helvetica, sans-serif;*/
	font-family: "Courier New", Courier, mono;
	font-size:12px;
	line-height:1.4em;
	margin:10px 0px; padding:0px;
	text-align:center;
	background-color:#006;
	color:#fff;
}

img {
 border:0
}

a:link {color: #55f}     /* unvisited link */
a:visited {color: #22f}  /* visited link */
a:hover {color: #00f}   /* mouse over link */
a:active {color: #00f}   /* selected link */

#container {
	position:relative;
	margin: 0 auto;
	height:97%;
    min-height:97%;
	min-width:66.7em;
	width:66.7em;
	text-align: left;
	border: 0.25em solid #00a;
	background-color:#000
}

html>body #container{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#header {
  width:100%;
  text-align:center;
border-bottom: 0.25em solid #006;
padding:8px 0 0 

}

#header a {
	display: block;
}

h1 {
  font-size:22px;
}
h2 {
  margin-top:2em;
  font-size:20px;
}

  
#srodek {
 
}
#left {
  float:left;
  width:12.5em;
  color:white;
  margin:0;
  padding:0;
  min-height: 33.4em;
}
#left p {
  margin: 10px 25px 2px 15px;
  text-align: center;
  font-size: 11px;
}
* html #left img {
	margin:2px 0;
}

#left img {
	cursor: help;
}
#main {
  float:right;
  padding: 30px 30px 10px 30px;
  width:48.59em;
  min-height:33.4em;
  color:#fff;
 
}
* html #main{
  height:33.4em;
width:53.5em;
}



#footer {
 /* position:absolute;
  bottom:-1px;*/
  margin: 0 auto;
  height:15px;
  max-width:760px;
  width:760px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  color:#888;
}
* html #footer {
  width:747px;
}
#footer a{
color:#888;
}
