* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: #000000;
	color: #FFFFFF;
	background-image: url(bg_front.jpg);
	background-position: top;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
p {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	font: 16px "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	margin-top: 10px;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#main {
	width: 500px;
	margin: 150px auto 0;
	text-align: center;
}
#photo {
	margin-bottom: 8px;
}
#newsite {
	font-size: 20px;
	margin-top: 14px;
}