@charset "UTF-8";

body {
	background-color: #000;
	margin-top: 3em;
	
}

ul {
	position: fixed;
	top: 0;
	width: 100;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #aaa;
}

li {
	float: right;
}

li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;

}

li a:hover {
	background-color: #F5B027;
}

#wrap {
	text-align:center;
	max-width:1000px;
	min-width:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:45px;
	width:60%;
	background-color:white;
	padding:10px;
}

#wrap p{
	text-align: left;
}

.gal a:link{
	padding:10px;
	text-decoration:none;
	}