
* {
	margin: 0;
	padding: 0;
	}

html {
	background: #227dac url(../img/reduti-back01.jpg) repeat-x top center;
	}
body {
	background: url(../img/reduti-back.jpg) no-repeat top center;
	height: 770px;
	width: 100%;
	position: relative;
	overflow: hidden;
	}

#wrapper {
	width: 900px;
	margin: 0 auto;
	position: relative;
	top: 410px;
	text-align: center;
	}

* html #wrapper {
	margin-left: 180px;
}

h1 {
	margin: 0 0 10px 0;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #ed4c52;
	font-size: 30px;
	}
h1 em {
	text-transform: none;
	font-family: Times New Roman, Times, serif;
	font-size: 30px;
	}
p {
	margin: 0 auto 10px auto;
	line-height: 140%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #666;
	width: 70%;
	/*text-shadow: #DDD 0 1px 0;*/
	}
p b {
	font-size: 15px;
	color: #6e8d7b;
	}
p a {
	color: #227dac;
	}
p a:hover {
	color: #000;
	}
p.red {
	color: #ed4c52;
	font-size: 15px;
	}
p.small {
	font-size: 11px;
	}

p.small a {
	padding: 2px 7px;
	background: #227dac;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-shadow: none;
	}
p.small a:hover {
	-webkit-box-shadow: #335 0 0 2px;
}

#hyam {
	position: absolute;
  right: 10px;
  bottom: 10px;
}

#hyam a {
  display: block;
	background: transparent url(../img/by-hyam-w.gif) no-repeat right bottom;
	width: 170px;
	height: 15px;
	color: #FFF;
	font-size: 1px;
}