body{
    background-color: black;}

#thebigtom{
    background-image: url('tom/bg.jpg');
    background-repeat: no-repeat;

    position: relative;

    margin-right: auto;
    margin-left: auto;
    top: 100;

    width: 240;
    height: 360;
    
}

#thebigtom a:hover{
    cursor: pointer;
}