@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/img-body.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	background-color: #000;
	margin: 0px;
}
a {
  outline: none;
}

#container {
	background-image: url(images/container-back.jpg);
	padding: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	margin: 0px;
}
#content {
	padding: 0px;
	height: 576px;
	width: 650px;
	position: absolute;
	margin-top: -288px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: -325px;
	left: 50%;
	top: 50%;
}
#content img {
	padding-right: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;

}
#content img a    {
	outline: none;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: right;
	width: 150px;
	height: 20px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding-right: 10px;
}
#footer a {
	color: #666;
}
