@charset "UTF-8";
body {
	background:url(images/texture.png) repeat;
	margin: 0;
	padding: 0;
	text-align: center;


}
#page {
	margin: 0 auto;
	width: 960px;
	background: url(images/ombra.png) repeat-y;
	text-align: left;
}
#header {
	position: relative;
	margin: 0;
	height: 285px;
	background:url(images/header_sosio_halal.png) no-repeat;
	text-indent: -10000px;
}
#header a{
	position: absolute;
	width: 250px;
	height: 100px;
	display: block;
	text-indent: -99999px;
	left: 355px;
	top: 30px;
}
h1 { margin: 0; }

#content {
	margin: 0;
	height: 401px;
	background:url(images/click.png) no-repeat;
	text-indent: -10000px;
	position: relative;
}
.cta {
    display: block;
    height: 66px;
    position: absolute;
    right: 131px;
    top: 263px;
    width: 276px;
	}
	
.cta:hover{background:url(images/over.png) no-repeat;
}
#footer {
	background: #2c2c2c; 
	padding: 20px 0;
	margin: 0 28px 0 30px;
	color: #fff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

.copy {
	background: #000;
	padding: 5px 0;
}
	
.red {color: #ff0000;}
.green {color: #00ff00;}
