/**
  * CH Wzgorze Splash
  *
  * @copyright       Codivate 2010
  * @author          Maciej Bodek
  * @version         1.0
  *
  * @revision        $Revision$
  * @lastmodified    $Date$
  */
@import "reset.css";

body {
	text-align: center;
	background: #f6f5f1 url(../img/bg.gif) 0 0 repeat-x;
}

#wrapper {
	width: 969px;
	margin: 100px auto;
	overflow: hidden;
	text-align: left;
}

.col {
	width: 323px;
	height: 410px;
	float: left;
	text-indent: -9999px;
}

#opening {
	background: url(../img/opening.gif) 0 0 no-repeat;
}

#logo {
	background: url(../img/logo.gif) 32px 45px no-repeat;
}

#contact {
	background: url(../img/contact.gif) 0 188px no-repeat;
}

#contact address {
	display: none;
}

#contact a {
	display: block;
	margin: 306px 0 0 146px;
	width: 163px;
	height: 25px;
	background: url(../img/email.gif) 0 0 no-repeat;
}

#contact a:hover {
	background-position: 0 -25px;
}



