html, body {
	margin: 0;
	padding: 0;	
}

body {
	background: #000000;
	background: url(Zgradient.png) repeat; 
	font-family: Kristen ITC;
	font-size: 13px;
	line-height: 1.6;
	color: #444;
}

#content {
	width: 350px;
	margin: 30px auto;
	padding: 20px 60px;
	border: 1px solid #D2D2D2;
	-moz-box-shadow: 0 0 30px #CCC;
	-webkit-box-shadow: 0 0 30px #CCC;
	box-shadow: 0 0 30px #CCC;
	background: #000000;
	background: -webkit-gradient(linear, left top, left 15, from(#000000), color-stop(4%, #EEEEEE), to(#000000));
	background: -moz-linear-gradient(top, #000000, #EEEEEE 1px, #000000 15px);
}

h1 {
	margin: 0;
	font-size: 30px;
	font-weight: normal;
	font-family: "Kristen ITC", Courier New, Arial;
}

h1 em {
	font-size: 50%;
	letter-spacing: -0.05em;
}

h2 {
	margin: 0;
}

hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #D8D8D8;
	margin-bottom: 20px;
	padding: 0;
}

p {
	margin: 0;
	padding-bottom: 14px;
}

a {
	outline: none;	
}

a img {
	border: 1px solid #BBB;
	padding: 2px;	
	margin: 10px 30px 10px 0;
	vertical-align: top;
}
ul {
	margin: -7px 0 24px 0;
}

