@charset "UTF-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	background-color: #000;
}
#wrapper {
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #333;
}
#wrapper #banner {
	background-image: url(Perrinio-Limited.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 300px;
	margin: 0px;
	padding: 0px;
}
#wrapper #banner p {
	text-indent: -1000px;
}
#wrapper #content {
	margin: 0px;
	padding: 0px;
	height: 400px;
	background-image: url(image.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#wrapper #content h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 2em;
	font-weight: lighter;
	color: #737B7F;
	text-align: center;
	margin: 0px;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#wrapper #footer {
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #000;
}
#wrapper #footer p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
	font-weight: lighter;
	color: #999;
	text-align: center;
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
#wrapper #footer p a:link {
	color: #999;
	text-decoration: none;
}
#wrapper #footer p a:hover {
	color: #FFF;
	text-decoration: underline;
}
#wrapper #footer p a:visited {
	color: #999;
	text-decoration: none;
}
