@charset "utf-8";
/* CSS Document */
body {
	background-color:#663300 ;
	}
div#container1 {
	position:relative;
	}
div#container2 {
	position:relative;
	height:600px;
	width:800px;
	top: 0px;
    left: 50%;
    margin-left: -400px;
	}
img#landscape {
	position: absolute;
	top: 291px;
	left: 466px;
	}
img#portrait {
	position: absolute;
	top: 250px;
	left: 400px;
	}
img#frame {
	position: absolute;
	top: 241px;
	left: 411px;
	}
div#menu {
	position:absolute;
	top: 286px;
	left: 46px;
	height: auto;
	width: 233px;
	}
div#menu li {
    height: 55px;
    width: 155px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    text-align: center;
    line-height: 200%;
    list-style-type: none;
    background-image: url('pictures/light button.jpg');
    background-repeat: no-repeat;
	}
div#menu li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
	}
div#menu li a:link {
    color: black:
	}
div#menu li a:visited {
    color: #900;
	}
div#menu li a:hover {
    font-weight: bold;
    color: black;
	} 
img#pic {
	position: absolute;
	top: 259px;
	left: 439px;
	height: 286px;
	width: 299px;
	}
