@charset "UTF-8";
body {
	color: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	background: #000000;
}
.about {
	font-size: 18px;
}

@media screen{
.photo {
	width: 100%;
	height: auto;
}
.photo img {
	width: 100%;
	height: auto;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
}
.menu {
	position: absolute;
	top: 90px;
	width: 95%;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
