/*
 projekt: komory 
 author: marcin.lisok@fox.com.pl
 data: 2010-07-23
*/

@import "/templates/komory/css/default.css";

* { font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif; }
  
html {
  height: 100%;
  min-height: 100%;
}
body {
  height: 100%;
  min-height: 100%;
  background: #656565 url('../images/lay-home-background.png') repeat-x;
  font-size: 120%;
}

a { color: #000; text-decoration: none; }
a:hover { color: #e05a00; text-decoration: underline; }

#container {
  width: 784px;
  height: auto;
  min-height: 100%;
  margin: 0 auto;
  position: relative;
} 

#content {
  float: none;
  width: auto;
  padding: 10px;
  background: transparent;
  zoom: 1;
}
.splash {
  width: 446px;
  height: 446px;
  margin: 82px auto 0;
  display: block;
  position: relative;
}
.splash img { display: block; }
.flags {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.flags li {
  margin: 0 5px;
  display: inline;
}

#flash {
  top: 238px;
  left: 311px;
  width: 162px;
  height: 162px;
  position: absolute;
}

#container:after,
#wrapper:after,
.clearfix:after {
  clear: both; 
  height: 0; 
  content: "."; 
  display: block; 
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}  
