@charset "utf-8";
html,body {
	min-height:101%;
}
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
ul {
	list-style: none;
}
p {
	margin: 15px 0;
}
body {
	background-color:#000;
	background-image:url('../images/background2.png');
}
#main-wrap, #page-wrap {
	margin-left: auto;
	margin-right: auto;
}
#main-wrap {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 1000px;
}
#page-wrap {
	width: 960px;
	position: relative;
}
.logo {
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
#header, #PILocation, #PILocation a, #copyright {
	text-align: center;
	font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;
}
#header {
	color: #eee;
	padding: 4px 0 10px 0;
	font-size: 18px;
	font-weight: 400;
}
#PILocation, #copyright {
	color:#bbb;
}