@charset "utf-8";

/* + Global resets */

html, html#js, html#nojs {
	/* css */
}

body {
	/* css */
}

a {
	/* css */
}
a:hover {
	/* css */
}

/* - Global resets */


/* + Common classes */
/* - Common classes */


/* + Layout */

body{
	text-align:center;
}

#centered{
	background:black;
	width:900px;
	height: 361px;
	color:#fff;
	margin: 0 auto;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-color: #a39a86;
	position: relative;
}
	
html, body {
	height: 100%; 
	margin: 0; 
	padding: 0;
}

body {
	display: table; 
	height: 100%; 
	width: 100%; 
	text-align: center;
}

#wrapper {
	display: table-cell; 
	vertical-align: middle;
}

#img {
	width: 474px;
	height: 317px;
	position: absolute;
	top: 22px;
	left: 406px;
}

p {
	text-indent: -9999px;
}

#habit-h {
	text-indent: -9999px;
	width: 399px;
	height: 103px;
	background-image: url(../images/habit-h.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 50px;
	top: 22px;
}

#descr {
	text-indent: -9999px;
	width: 317px;
	height: 21px;
	background-image: url(../images/descr.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 49px;
	top: 136px;
}

#address {
	text-indent: -9999px;
	width: 212px;
	height: 54px;
	background-image: url(../images/address.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 101px;
	top: 190px;
}

#workhrs {
	text-indent: -9999px;
	width: 275px;
	height: 34px;
	background-image: url(../images/workhrs.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 70px;
	top: 262px;
}

#smth {
	text-indent: -9999px;
	width: 340px;
	height: 31px;
	background-image: url(../images/smth.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 37px;
	top: 308px;
}

a#prom-but {
	display: block;
	width: 182px;
	height: 16px;
	text-indent: -9999px;
	background-image: url(../images/prom-but.gif);
	background-position: 0 0;
	position: absolute;
	top: 14px;
	left: 3px;
}


a#prom-but:hover {
	background-position: 0 16px;
}

a#fb-but {
	display: block;
	width: 122px;
	height: 23px;
	text-indent: -9999px;
	background-image: url(../images/fb-but.gif);
	background-position: 0 0;
	position: absolute;
	top: 10px;
	left: 205px;
}


a#fb-but:hover {
	background-position: 0 23px;
}

/* - Layout */
