body {
	background:  url('img/bg.jpg') center repeat-y fixed;
    padding-top:0px;
    margin-top:2px;
}

A {
	color: #ff0000;
    text-decoration: none;
	font-family: sans-serif;
	}

a:hover {
         color: #000000;
         text-decoration: none;
         background-color: #ff0000;
         }

div.photo { 
	margin: 3px 0px 5px 0px;
	padding: 0px;
	width: 370px;
	text-align: center;
	}

div.caption {
     margin-top: 3px;
     margin-left: auto;
     margin-right: auto;
     font-size: 12px;
     line-height: 13px;
     color: #FFFFFF;
     }

td {
	font-size: 11px;
    text-align: center;
	}
