* {
	margin:0;
	padding:0;
}

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	background-attachment: fixed;
	background-color: #000;
	background-image: url(photo.jpg);
	background-repeat: no-repeat;
	background-position: 500px top;
	color: #E0DFE3;
}

a {
color:#fff;
text-decoration:none;
}
a:hover,li a:hover {
	background-color:#1B0007;
	color:#666666;
}
.base {
	width: 500px;
}
.base .header h1 {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1em;
	line-height: 150px;
}



ul {
	list-style:none;
	margin:4px;
	padding:0;
	overflow: hidden;
}

li {
float:left;
}

li a {
	display:block;
	float:left;
	padding:3px;
	width:115px;
	text-align: center;
}
.base .main {
	padding: 15px;
	color: #666666;
}
.base .main .t {
	line-height: 50px;
	font-size: 1.1em;
	letter-spacing: 1em;
}
.base .main .td {
	line-height: 175%;
}
textarea,input {
	background-color:#000000;
	border:1px solid #38000E;
	color:#fff;
	font-size:100%;
	margin-bottom:2px;
}
.base .footer {
	line-height: 70px;
	text-align: center;
	font-size: .9em;
}
