html
{background-color: black; background-image: url('bg.jpg'); background-repeat: no-repeat; background-attachment:fixed; background-position:top; width: 100%; height: 100%;}

div.index
{position: fixed; margin-top: 100px; margin-left: 20px; font-size: 13px; color: white; font-family: century gothic, verdana; background-color: black; width: 300px; text-align: center; border: 2px solid white; border-radius: 4px; font-style: 10pt white verdana}

div.content
{poistion: absolute; margin-top: 0px; margin-left: 360px;}

img.gallery
{margin-bottom: 100px; margin-top: 100px; border: 2px solid white; border-radius: 4px;}

img.noborder
{margin: 0px; padding-top: 0px; border:none;}

a
{color: white; text-decoration: none; font-weight: bold;}
a:hover
{color: silver;}

p
{width: 260px; margin-left: 20px;}
