@font-face { font-family: 'kt';
             src: url('kt.ttf') format('truetype'); }

body {
	background:#311a06;
	color:#ccc;
	font-family:kt;
	font-weight:100;
}

.page {
	width:500px;
	height:280px;
	margin:100px auto;
	padding:20px;
}

a {
	text-decoration:none;
	color:#fff;
}

h1 {
	color:#fff;
	padding:0px;
	margin:0px;
	text-transform:uppercase;
	letter-spacing:3px;
	margin-bottom:10px;
	font-size:22px;
}

h2 {
	font-size:13px;
	margin-bottom:40px;
}



p {
	border-top:1px dotted #fff;
	margin:0px;
	font-size: 13px;
	padding:6px 6px 6px 34%;
	letter-spacing:2px;
}

p.last {
	border-bottom:1px dotted #fff;
}

.card {
	width:500px;
}

.quote {
	float:right;
	font-style:italic;
	width:280px;
}

fieldset {
	border:none;
	padding:0px;
	padding-bottom:15px;
	margin:0px;
}

fieldset input, fieldset textarea {
	width:96%;
	padding:10px;
	font-size:13px;
	background:#311A06;
	border:none;
	color:#fff;
}

textarea {
	height:250px;
}