*
{
 margin: 0;
 padding: 0;
}

body
{
 background-color: #fff;
 color: #000;
 font-family: arial, helvetica, sans-serif;
 font-size: 12pt;
 margin: 10px;
 text-align: center;
}

img
{
 border: 0;
}

h1
{
 font-size: 20pt;
 font-weight: bold;
 margin-bottom: 1em;
}

p
{
 margin-bottom: 1em;
}

#container
{
 margin-left: auto;
 margin-right: auto;
}

#image
{
 width: 75%;
 float: left;
}

#text
{
 width: 23%;
 text-align: left;
 height: 450px;
 float: left;
}

td
{
 padding: 4px;
 width: 90px;
 height: 90px;
}

td img
{
 width: 90px;
 height: 90px;
}

td img.big
{
 width: 190px;
 height: 190px;
}

.index
{
 height: 300px;
 text-align: left;
 float: left;
}