*
{
    margin:0;
    padding:0;
    border:0;
}

body {
    background-color: black;
    background-image:url('many_segs.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: white;
    font-family: helvetica, arial, sans-serif;
    text-align: right
    padding-right: 20px;
}

h1,h2,h4
{
    text-align: right;
    
}

h1
{
    position: absolute;
    right: -10px;
    top: 10px;
}

h2
{
    padding-right: 10px;
    border: 1px solid yellow;
    color: white;
}

h4
{
    margin-top: 50px;
    margin-bottom: 50px;
}
p
{
    margin-bottom: 15px;
    line-height: 1.4em;
}

#main
{
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    text-align: left;
}

#footer
{
    text-align: right;
    /* position: absolute; */
    /* bottom: 20px; */
    /* right: 20px; */
}

a
{
    text-decoration: none;
    color: yellow;
    font-weight: bold;
}

.imcaption
{
    border-bottom: 1px solid #333333;
    margin-top: 10px;
}

#container
{
    margin: 20px;
    padding: 10px;
    border: 1px dotted white;
}

.thumb
{
    float: left;
}

a img
{
  border: 2px solid black;
}

a img:hover
{
    border: 2px solid white;
}
