
body{ 
	font-family: Arial,sans-serif;
	background: black;
	color: silver;
	font-family: Arial;
	text-shadow:0 1px 0 #cccccc;
	font-size: 15px;
}
#site{
	width: 380px;   
	margin-left: auto;
	margin-top: 50px;
	margin-right: auto;
}
#header{
	clear: both;
	height: 40px;
	background: url('images/header.png');
}
#content{
	clear: both;
	background: url('images/bg.png');
	background-repeat: repeat-y;
}
#footer{
	clear: both;
	height: 10px;
	background: url('images/footer.png');
	margin-bottom: 10px;
}
#infopanel{
	border: 1px #525252 dashed;
	padding:10px 10px 10px 10px;
}
#copy{
	padding-top: 10px;
	text-align: center;
}