﻿#galleryphoto {
    font-family: Tahoma;
    color:blue;
    text-align: center;
}
#mono {
    color: blue;
    font-weight: bolder;
    text-shadow: 4px 3px 2px #808080;
    font-weight: bolder;
    font-size: 30px;
    width: 450px;
    height: 40px;
    border: solid black;
    text-align: center;
    background-color: cornsilk;
    font-family: Tahoma;
}

#photo {
    position: absolute;
    width:800px;
    height:550px;
    top: 90px;
    left: 100px;
    padding: 5px;
    background-color:gainsboro;
    box-shadow: 4px 4px 4px #808080;
}
#gallery {
    position: absolute;
    top: 90px;
    left: 20px;
    width: 70px;
    height:550px;
    padding: 4px;
    background-color: #efefef;
    border: 2px solid olivedrab;
}
#tip {
    position: absolute;
    top: 380px;
    left: 100px;
}
img {
    width:40px;
    height:37px;
}
