* {
margin:0;
padding:0;
}

h1,h2,h3,h4 {
font:normal 24px Geneva, Arial, Helvetica, sans-serif;
text-align:center;
}

html {
height:100%;
}

body {
background-color:#000;
height:100%;
text-align:center;
margin:0;
padding:0;
}

#wrap {
width:900px;
min-height:100%;
background-color:#FFF;
margin:auto;
}

#header {
width:900px;
}

#header img {
float:left;
}

#table {
width:860px;
margin:auto;
}

*html #table {
width:870px;
}

#thumb {
width:135px;
height:180px;
float:left;
padding:4px;
}

#thumb img {
border:1px solid #000;
}

a:link { text-decoration: underline; color: #0000FF; }
a:hover { text-decoration: none; color: #FF0000; }
a:active { text-decoration: none; color:#0000FF; }
a:visited { text-decoration: none; color: none; }
