body img {
	height: 400px;
	width: 400px;
}

#rotate90 {
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

body {
   width: 95%;
   font-family: "Lucida Console", Monaco, monospace;
   font-weight: normal;
   font-size: 22px;
   background-image: url(camera.png);
   background-repeat: round;
}  

nav ul li {
display: block;
width: 150px;
background-color: rgb(102, 204, 255);
color: black;
border: 1px solid black;
text-indent: 10px;
margin-bottom: 2px;
line-height: 1.5em;
}


