* {
    margin: 0;
    padding: 0;
    outline: none;
}   
html, body {
    background: #ffb100 url('../php/cache.php?get=../images/bkd.gif') top center;
}
#container {
    height: 168px;
    background: url('../php/cache.php?get=../images/bkd_head.gif') repeat-x top center;
}
#main {
    height: 1300px;
    background: url('../php/cache.php?get=../images/main.jpg') no-repeat top center;
}
#column {
    position: relative;
    width: 620px;
    height: 1240px;
    margin: auto;
}
#menus {
    position: absolute;
    top: 884px;
    left: 349px;
    width: 240px;
    list-style: none;
}
#menus li {
    padding: 0 0 5px 0;
}
#menus a {
    display: block;
    width: 100%;
    height: 26px;
}
#dir_input {
    position: absolute;
    top: 920px;
    left: 41px;
    width: 275px;
    height: 25px;
    line-height: 25px;
    text-indent: 4px;
    color: #555;
    background: transparent;
    border: none;
}
#dir_submit {
    position: absolute;
    top: 959px;
    left: 40px;
    width: 124px;
    height: 27px;
    border: none;
    line-height: 20px;
    color: #555;
    text-indent: -99999px;
    cursor: pointer;
    background: transparent;
}
#iphone {
    position: absolute;
    top: 1031px;
    left: 37px;
    width: 147px;
    height: 27px;
    cursor: default;
}
#left_col,
#right_col {
    position: absolute;
    top: 460px;
    background: transparent;
    height: 600px;
}
#left_col {
    left: 340px;
    width: 255px;
}
#right_col {
    left: 30px;
    width: 300px;
}
#gallery,
#calendar
{   
    position: absolute;
    width: 195px;
    height: 65px;
    display: block;
}
#calendar
{
    top: 220px;
    right: 55px;
}
#gallery {
    top: 290px;
    right: 55px;
}
.hidden
{
    display: none;
}





