body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
    text-decoration: none;
    background: #fff;
    text-align: center;
    min-width: 790px;
}

p, a, div, td, input, textarea, select, button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: justify;
    color: #999;
}

img {
    <?//border: 1px solid #999;?>
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    border: none;
    cursor: pointer;
}

a:hover {
    color:#000;
}

div.wrapper {
    width: 790px;
    margin: 0 auto;
    text-align: left;
}

div.album {
    position: relative;
    width: 790px;
    height: 428px;
    margin: 0 auto;
    text-align: center;
}

div.menu {
    position: relative;
    margin: 0 auto;
    top: 33px;
    width: 434px;
    height: 130px;
    text-align: center;
}

div.content {
    position: relative;
    margin: 0 auto;
    top: 33px;
    width: 794px;
    height: 130px;
    text-align: center;
}

div.albumnavigation {
    position: relative;
    margin: 0 auto;
    top: 15px;
    width: 294px;
    text-align: center;
}